The R Project SVN R

Rev

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

Rev 88893 Rev 89557
Line 122... Line 122...
122
    \code{i}-th field is of mode character (because \code{what[i]} is)
122
    \code{i}-th field is of mode character (because \code{what[i]} is)
123
    then the leading and trailing unquoted white space from field \code{i} is
123
    then the leading and trailing unquoted white space from field \code{i} is
124
    stripped.
124
    stripped.
125
  }
125
  }
126
 
126
 
127
  \item{quiet}{logical: if \code{FALSE} (default), scan() will print a
127
  \item{quiet}{logical: if \code{FALSE} (default), print a
128
    line, saying how many items have been read.}
128
    line, saying how many items have been read.}
129
 
129
 
130
  \item{blank.lines.skip}{logical: if \code{TRUE} blank lines in the
130
  \item{blank.lines.skip}{logical: if \code{TRUE} blank lines in the
131
    input are ignored, except when counting \code{skip} and \code{nlines}.}
131
    input are ignored, except when counting \code{skip} and \code{nlines}.}
132
 
132