search for: outputstreanwriter

Displaying 2 results from an estimated 2 matches for "outputstreanwriter".

Did you mean: outputstreamwriter
2004 Apr 21
2
calling R from java
Hello, I need to call R from a java(swing) application. I manage to do it with something like : Process p = Runtime.getRuntime().exec("R --slave") OutputStreanWriter o = new OutputStreamWriter(p.getOutputStream()) o.wrote("...") ... etc but at the end no .Rdata file has been created and there are some data I don't want to reload each time (for time execution reasons). So, Is it possible when calling R from java to create a .Rdata file to save dat...
2004 Apr 22
0
calling R from java[Scanned]
...t ensimag.imag.fr" <ferraria at ensisun.imag.fr> writes: > > > Hello, > > > > I need to call R from a java(swing) application. I manage to do it with > > something like : > > > > Process p = Runtime.getRuntime().exec("R --slave") > > OutputStreanWriter o = new OutputStreamWriter(p.getOutputStream()) > > o.wrote("...") > > ... etc > > > > but at the end no .Rdata file has been created and there are some data I > > don't want to reload each time (for time execution reasons). > > So, > > Is it...