Skip to content

how to call Perl from R

3 messages · mauede at alice.it, Marc Schwartz, Gabor Grothendieck

#
On Jun 29, 2009, at 8:58 AM, mauede at alice.it wrote:

            
You would typically use the system() function to do this. See ?system  
for more information.

If you want to see a specific example, which includes passing  
arguments to the Perl script, you can look at the R and Perl code in  
the WriteXLS package on CRAN.

HTH,

Marc Schwartz
#
The read.xls function in the gdata package is another example (the
call to system is actually in xls2csv which it calls).
On Mon, Jun 29, 2009 at 10:02 AM, Marc Schwartz<marc_schwartz at me.com> wrote: