Skip to content

Running R from Perl program

1 message · michael watson (IAH-C)

#
Well, after reviewing all the available options about 2 years ago, I
decided on the traditional perl option of opening up a pipe to R from
within perl and simply firing commands at it.

This worked for me because all I wanted to do was create images.  If you
want to get back the results of an analysis, say from topTable() in
limma, then you can write the results of that out to a temporary file
and read that in using perl.

All very cumbersome, but it works :-)

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Sean Davis
Sent: 10 May 2005 12:39
To: Tarun Kumar Singh
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Running R from Perl program


A quick search of the archives (http://finzi.psych.upenn.edu/nmz.html) 
produces several hits.  Just one example:

http://finzi.psych.upenn.edu/R/Rhelp02a/archive/24327.html

Sean
On May 10, 2005, at 7:26 AM, Tarun Kumar Singh wrote:

            
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html