Re: [R] RServe - How to use 'createReference' method?

2009-08-04 Thread joaodaniel
://www.rforge.net/org/docs/org/rosuda/REngine/Rserve/RConnection.html Romain On 08/03/2009 04:57 PM, joaodaniel wrote: I need to input a txt, or xls, file from a client to R, using RServe. From what I've been reading, the best way to do this, is using the 'createReference' method, from

[R] Open data-file in R - from Rserve

2009-08-03 Thread joaodaniel
How can I open a data file from the client on the RServe server using Java? -- View this message in context: http://www.nabble.com/Open-data-file-in-R---from-Rserve-tp24795557p24795557.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Open data-file in R - from Rserve

2009-08-03 Thread joaodaniel
Do I have to use to openFile method? How can I assign this file to a dataframe? joaodaniel wrote: How can I open a data file from the client on the RServe server using Java? -- View this message in context: http://www.nabble.com/Open-data-file-in-R---from-Rserve-tp24795557p24798244

[R] RServe - How to use 'createReference' method?

2009-08-03 Thread joaodaniel
I need to input a txt, or xls, file from a client to R, using RServe. From what I've been reading, the best way to do this, is using the 'createReference' method, from REngine package. But I couldn't find any documents exemplifying it's use. I got to upload a file from java? And then? How do i

[R] Help in Rserve

2009-07-30 Thread joaodaniel
Hello! I've been studying the Rserve for the last few days, and achieved to connect it to a Java plattaform. I also could run some simple commands in R, and plot some graphics. But I did this just using the examples files as a template. Now I'm looking for discover what does all those Java