We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Say that my R script returns a single value. How am I supposed to get it back from R to my Node Application?
The text was updated successfully, but these errors were encountered:
In my use case, im redirecting the output to a file, than reading it from node R file
write(jsonscore, file = paste0( "path/", "myResult.json"))
const rolefitResult = require('path/myResult.json');
Sorry, something went wrong.
The last line of your R file is returned to the parent
No branches or pull requests
Say that my R script returns a single value. How am I supposed to get it back from R to my Node Application?
The text was updated successfully, but these errors were encountered: