6

I'm using JRI to execute R from Java and I saw that JRI use the eval() method to execute the R commands. I have one R script for execution.

How I can load this script in JRI and execute it?

1 Answer 1

6

You can run an entire script with the R command source()

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

1 Comment

Is there a way to read the console output as it is running?

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.