| Line 1... |
Line 1... |
| 1 |
\name{BATCH}
|
1 |
\name{BATCH}
|
| 2 |
\alias{BATCH}
|
2 |
\alias{BATCH}
|
| 3 |
\title{Batch Execution of R}
|
3 |
\title{Batch Execution of R}
|
| 4 |
\description{Run \R non-interactively with input from \code{infile} and
|
4 |
\description{Run \R non-interactively with input from \code{infile} and
|
| 5 |
send output (stdout/stderr) to another file.}
|
5 |
send output (stdout/stderr) to another file.}
|
| - |
|
6 |
\usage{
|
| 6 |
\usage{R CMD BATCH [options] infile [outfile]}
|
7 |
\special{R CMD BATCH [options] infile [outfile]}
|
| - |
|
8 |
}
|
| 7 |
\arguments{
|
9 |
\arguments{
|
| 8 |
\item{infile}{the name of a file with \R code to be executed.}
|
10 |
\item{infile}{the name of a file with \R code to be executed.}
|
| 9 |
\item{options}{a list of \R command line options, e.g., for setting the
|
11 |
\item{options}{a list of \R command line options, e.g., for setting the
|
| 10 |
amount of memory available and controlling the load/save process.
|
12 |
amount of memory available and controlling the load/save process.
|
| 11 |
If \code{infile} starts with a \samp{-}, use \samp{--} as the final
|
13 |
If \code{infile} starts with a \samp{-}, use \samp{--} as the final
|