2

Inside my Java code I'm using the eval method (JRI) to run R commands within Java (I'm not interested in reading .R files through source command , due to distribution considerations).

I'm trying to debug my R code within Java.

Although i ran into an interesting solution in Reading R-Errors through JRI , which uses the sink function in R, I'm looking for a way to import the R console output straight into my Java output (it seems more comfortable).

Has anyone of you ever managed to import R console output straight into the Java output?

1 Answer 1

0

User @Daniel https://stackoverflow.com/users/1107657/daniel

Gave a great answer to this in :

Get same output as R console in Java using JRI

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.