Skip to content
Prev 79068 / 398502 Next

batch file execution

sosman wrote:
... or source("c:/whatever.R") if "c:\" is not your current working 
directory.
R CMD BATCH has to be executed from the Windows shell (looks like you 
are running this OS) rather than from within R with the Syntax (if 
called from c:\ and R is in your PATH):
R CMD BATCH whatever.R

Uwe Ligges