The R Project SVN R

Rev

Rev 85550 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85550 Rev 85908
Line 29... Line 29...
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{--no-echo}.
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 \abbr{LF} or \abbr{CRLF} (but not
35
  just CR), and files with an incomplete last line (missing end of line
35
  just \abbr{CR}), and files with an incomplete last line (missing end of line
36
  (\abbr{EOL}) mark) are processed correctly.
36
  (\abbr{EOL}) mark) are processed correctly.
37
 
37
 
38
  A final expression \samp{proc.time()} will be executed after the input
38
  A final expression \samp{proc.time()} will be executed after the input
39
  script unless the latter calls \code{\link{q}(runLast = FALSE)} or is aborted.
39
  script unless the latter calls \code{\link{q}(runLast = FALSE)} or is aborted.
40
  This can be suppressed by the option \option{--no-timing}.
40
  This can be suppressed by the option \option{--no-timing}.