-1

I have a script in R (MyScript.R) which i want to execute by calling it from Java, passing the .csv file as the input. I do not want to use Rcaller.addCode("some r code") to add one line at a time.

Which R interface should i use for this (JRI/Rcaller/JRG/Rserve) and How ?