---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.