Skip to content
Prev 180610 / 398502 Next

How to save R "clean" sessions in BATCH mode?

On Sat, May 16, 2009 at 10:21 AM, <mcnda839 at mncn.csic.es> wrote:
First try either

Rcmd BATCH --help # for Windows

or

R CMD BATCH --help # for Mac OS X or for Linux

and note that there are optional arguments --no-save and --no-restore.
 Use them.