The R Project SVN R

Rev

Rev 75093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75093 Rev 77228
Line 27... Line 27...
27
\details{
27
\details{
28
  Use \command{R CMD BATCH --help} to be reminded of the usage.
28
  Use \command{R CMD BATCH --help} to be reminded of the usage.
29
 
29
 
30
  By default, the input commands are printed along with the output.  To
30
  By default, the input commands are printed along with the output.  To
31
  suppress this behavior, add \code{options(echo = FALSE)} at the
31
  suppress this behavior, add \code{options(echo = FALSE)} at the
32
  beginning of \code{infile}, or use option \option{--slave}.
32
  beginning of \code{infile}, or use option \option{--no-echo}.
33
 
33
 
34
  The \code{infile} can have end of line marked by LF or CRLF (but not
34
  The \code{infile} can have end of line marked by LF or CRLF (but not
35
  just CR), and files with an incomplete last line (missing end of line
35
  just CR), and files with an incomplete last line (missing end of line
36
  (EOL) mark) are processed correctly.
36
  (EOL) mark) are processed correctly.
37
 
37