Closed gunjankarun closed 10 years ago
The error message indicates that the connection to R is running, but that R cannot find the toJSON
function - implying that the RJSONIO
package was not loaded. Your code works for me, but I might have had a bug in my code which prevented the RJSONIO
library from loading.
I have uploaded a new version of the package to npm, could you please install it and try to run your code again?
Best wishes,
Philipp
:+1: Yes, this fixed the problem. You are a rockstar :)
I am trying to execute the following nodejs code
I am getting
Error: could not find function "toJSON"
error on the linevar mat = R.get("mat");
I have
RJSONIO
installed in R. I am running this on Ubuntu. Is there something that I should look out for?