Hello everyone I am currently developing a web based R script editor. My idea is to pass the R script command as a string into the backend , then use the Rengine instance to parse the R script command and get the resutls. Do anyone know how to use Rengine instance to parse a R script String? if so, could you give me a small example (in Java)? i really appreciate. -- View this message in context: http://n4.nabble.com/how-to-use-Rengine-instance-to-parse-R-script-String-tp963194p963194.html Sent from the R help mailing list archive at Nabble.com.
Gray Calhoun
2009-Dec-14 12:35 UTC
[R] how to use Rengine instance to parse R script String
Hi hobartlul, The R-devel mailing list is more appropriate for this sort of question. You'll probably get the best response there if you include your own code (that I assume is not running correctly) and ask about specific errors you're getting---I don't know that anyone has their own small, self contained example that it would be easy for them to send you. Best, Gray On Sun, Dec 13, 2009 at 4:08 PM, hobartlul <hobartlul at gmail.com> wrote:> > Hello everyone > > I am currently developing a web based R script editor. My idea is to pass > the R script command as a string into the backend , then use the Rengine > instance to parse the R script command and get the resutls. Do anyone know > how to use Rengine instance to parse a R script String? if so, could you > give me a small example (in Java)? i really appreciate. > > > -- > View this message in context: http://n4.nabble.com/how-to-use-Rengine-instance-to-parse-R-script-String-tp963194p963194.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. >-- Gray Calhoun Assistant Professor of Economics Iowa State University