[R] Basic doubts on the use of several script files in R batch mode
jim holtman
jholtman at gmail.com
Sat Apr 4 19:03:23 CEST 2009
Create a "master" file that 'source's the required *.R files and then
does any of the pre/post processing that you want.
On Fri, Apr 3, 2009 at 4:30 PM, <mcnda839 at mncn.csic.es> wrote:
> I already searched for information regarding the batch file operations
> within R. But I could not locate the information I need.
>
> Basically I have a doubt regarding the procedures on the batch use of
> several script files (*.R).
> How can I do this?
> How can I define the order of files?
>
> My intention is to programme openings, math operations and savings of
> *.Rdata sessions, but in a sequential manner.
>
> Thanks in advance,
>
> Diogo André Alagador
> Biochange Lab, Madrid, Spain
>
> ______________________________________________
> R-help at 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.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem that you are trying to solve?
More information about the R-help
mailing list