Skip to content
Prev 76558 / 398502 Next

controlling where *.Rout gets printed. Possible?

Paul Johnson wrote:

            
But you find help in
   R CMD BATCH --help
which tells you:
   "Usage: R CMD BATCH [options] infile [outfile]"

Hence simply call R by something like
   R CMD BATCH /usr/local/bin/R_installAll.R /path/to/R_installAll.Result


Uwe Ligges