On Aug 22, 2009, at 7:06 PM, Peng Yu wrote:

Hi,

I see the following package that can help me call perl from R. But the
webpage is about 3 years old. I am wondering what the latest package
that can help calling perl from R.

http://www.omegahat.org/RSPerl/

Regards,
Peng

RSPerl provides the ability to call Perl from R and R from Perl. If you want to simply call Perl scripts from R, you can create a Perl script file and call it from R using the system() command. See ?system.

For an example, see the WriteXLS package on CRAN.

HTH,

Marc Schwartz

______________________________________________
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