How to write to stdin with rjava's jri

110 Views Asked by At

I am looking for a way to pipe a file to an R script using jri. I don't want to read the file in from the R script but rather pipe it directly into stdin with jri. Is there a way that I can get a file handle in jri that is connected to stdin and write to it. I have been looking at the code and it does not appear to be accessible.

http://rforge.net/JRI/

Thanks in advance,
Chris

0

There are 0 best solutions below