[R] HOW TO PASS MY JAVA ARGUMENT INTO RSCRIPT FILE

2011-10-10 Thread janarthanan murugesan
Hi ,

I am working in Eclipse IDE , I want to use rscript to produce statistical
analysis , I tested a sample rcode in the script its working fine in my
Eclipse IDE , but I don't know how to pass my java values into rscript . I
need some guidance ,Please help me .


Thanks ,

Janarthanan .M

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] HOW TO PASS MY JAVA ARGUMENT INTO RSCRIPT FILE

2011-10-10 Thread Marcel.
Hello,

use the rJava library to execute R code from Java or transfer values from
Java to R:

http://www.rforge.net/rJava/ http://www.rforge.net/rJava/ 





--
View this message in context: 
http://r.789695.n4.nabble.com/HOW-TO-PASS-MY-JAVA-ARGUMENT-INTO-RSCRIPT-FILE-tp3889327p3889457.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.