R BATCH [options] infile [outfile]
infile
| the name of a file with R code to be executed. |
options
|
a list of R command line options, e.g., for setting the
amount of memory available and controlling the load/save process.
If infile starts with a `-', use -- as the final
option.
|
outfile
|
the name of a file to which to write output. If not given,
the name used is the one of infile , with a possible `.R'
extension stripped, and `.Rout' appended.
|
infile
and
place output (stdout/stderr) to another file.options(echo = FALSE)
at the beginning of infile
.