[graalvm-users] No NA

Rodrigo Botafogo rodrigo.a.botafogo at gmail.com
Tue Jul 24 10:11:38 PDT 2018


Hello,

There seems to be no way to get an NA from R.  Getting false back hides the
fact the data is missing.  I think this should return an Interop pointer
and not false.  Can you validate that?

val = Polyglot.eval("R", "NA")
p val

>> false

val = Polyglot.eval("R", "c(NA)")
p val

>> false



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


More information about the GraalVM-Users mailing list