0

I want to create a Javascript-based program that runs R scripts, and I've learned R-Node is one of the possible options. However it seems like it's web-based and that it's not a library I can have locally.

Is there a library available to help run these R scripts, using Javascript and offline?

1 Answer 1

1

Not too sure if this is what you're after but:

1) You could run R-node in a browser whilst offline, using node-js to serve the files (most browsers will work without a local webserver also)

2) If you have R installed, you can use node-js to execute R scripts: see: http://contourline.wordpress.com/2013/10/08/700/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.