Skip to content
Prev 176077 / 398503 Next

Basic doubts on the use of several script files in R batch mode

Le vendredi 03 avril 2009 ? 22:30 +0200, mcnda839 at mncn.csic.es a ?crit :
$ cat file1 file2 file3 > R --vanilla --no-save
# Of course, file3 should call save.image() at some convenient place

Another, slightly more "correct" solution would be a batch job doing the
relevant R CMD BATCH invocations

See also the littler package, which allows to use R as a shell language.
I don't know zilch about it ...

HTH

					Emmanuel Charpentier