The R Project SVN R

Rev

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

Rev 88591 Rev 88891
Line 81... Line 81...
81
 
81
 
82
  When input is taken from the console, \code{n = NULL} is equivalent to
82
  When input is taken from the console, \code{n = NULL} is equivalent to
83
  \code{n = 1}, and \code{n < 0} will read until an \abbr{EOF} character is
83
  \code{n = 1}, and \code{n < 0} will read until an \abbr{EOF} character is
84
  read.  (The \abbr{EOF} character is \abbr{Ctrl}-Z for the Windows front-ends.)  The
84
  read.  (The \abbr{EOF} character is \abbr{Ctrl}-Z for the Windows front-ends.)  The
85
  line-length limit is 4095 bytes when reading from the console (which
85
  line-length limit is 4095 bytes when reading from the console (which
86
  may impose a lower limit: see \sQuote{An Introduction to R}).
86
  may impose a lower limit).% see \manual{R-intro}{}
87
 
87
 
88
  The default for \code{srcfile} is set as follows.  If
88
  The default for \code{srcfile} is set as follows.  If
89
  \code{keep.source} is not \code{TRUE}, \code{srcfile}
89
  \code{keep.source} is not \code{TRUE}, \code{srcfile}
90
  defaults to a character string, either \code{"<text>"} or one
90
  defaults to a character string, either \code{"<text>"} or one
91
  derived from \code{file}.  When \code{keep.source} is
91
  derived from \code{file}.  When \code{keep.source} is