Skip to content
Back to formatted view

Raw Message

Message-ID: <20040115230211.47800.qmail@web10605.mail.yahoo.com>
Date: 2004-01-15T23:02:11Z
From: Enrico Curiotto
Subject: invoking R scripts from a linux shell ?

Hello,

I have written perl programs that extract data from a
text file, process them, and create other text files,
which I'd like to apply some statistics too (for
example with R).

I'd like to do it all in once , with a single script.
I'm not familiar with R, I'd like to know if this task
could be accomplished by creating a linux shells that
launches the perl scripts and then "R functions" that
maybe pass back some results to the system like in
this schema:

S ---> Perl
H <-----
E ---> R functions
L <-----
L

Is it possible ?
Where can I get information to do that? (to call R
from a shell, in background)

Are other better way to do that?

Thank you very much!

Enrico.