Is there a way to communicate with a running R daemon from perl. I
tried RSPerl but the functions there initiate an R instance first. I
would like to keep an R instance running in the background and
communicate with it using Perl.
The problem is due to a large object that we need which has to be
loaded every time the R instance is initialized:
load(file="model.Rdata").
Thanks,
Saeed

---
R version 2.11.1 (2010-05-31)
x86_64-pc-linux-gnu

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

Reply via email to