[graalvm-users] Named parameters

Rodrigo Botafogo rodrigo.a.botafogo at gmail.com
Fri Jun 15 14:21:45 PDT 2018


Hello,

R has named parameters, such as:

paste("Hello", "world", collapse = ",")

Is there any way to pass this named parameter (collapse) through the call
interface?

p = R.eval("paste")
p.call("hello", "world", ???)

Thanks

-- 
Rodrigo Botafogo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/graalvm-users/attachments/20180615/a2e70766/attachment.html 


More information about the GraalVM-Users mailing list