Ayush Raman
2010-Apr-18 03:46 UTC
[R] Calling R using Shell Script and give input file to the R script
Hi, I am trying to call the R script using shell script and pass the input file as an argument to the R script. Can somebody give me some insights on this problem. Thanks. -- Regards, Ayush Raman [[alternative HTML version deleted]]
jim holtman
2010-Apr-18 04:25 UTC
[R] Calling R using Shell Script and give input file to the R script
?Rscript It is also in the Intro to R manual if you had read it (section B.4). On Sat, Apr 17, 2010 at 11:46 PM, Ayush Raman <ayushraman@gmail.com> wrote:> Hi, > > I am trying to call the R script using shell script and pass the input file > as an argument to the R script. Can somebody give me some insights on this > problem. > > Thanks. > > -- > Regards, > Ayush Raman > > [[alternative HTML version deleted]] > > ______________________________________________ > 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? [[alternative HTML version deleted]]