The R Project SVN R

Rev

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

Rev 74804 Rev 74902
Line 23... Line 23...
23
  \item{what}{Either an object whose mode will give the mode of the
23
  \item{what}{Either an object whose mode will give the mode of the
24
    vector to be read, or a character vector of length one describing
24
    vector to be read, or a character vector of length one describing
25
    the mode: one of \code{"numeric"}, \code{"double"},
25
    the mode: one of \code{"numeric"}, \code{"double"},
26
    \code{"integer"}, \code{"int"}, \code{"logical"}, \code{"complex"},
26
    \code{"integer"}, \code{"int"}, \code{"logical"}, \code{"complex"},
27
    \code{"character"}, \code{"raw"}.}
27
    \code{"character"}, \code{"raw"}.}
28
  \item{n}{integer.  The (maximal) number of records to be
28
  \item{n}{numeric.  The (maximal) number of records to be
29
    read.  You can use an over-estimate here, but not too large as
29
    read.  You can use an over-estimate here, but not too large as
30
    storage is reserved for \code{n} items.}
30
    storage is reserved for \code{n} items.}
31
  \item{size}{integer.  The number of bytes per element in the byte
31
  \item{size}{integer.  The number of bytes per element in the byte
32
    stream.  The default, \code{NA_integer_}, uses the natural size.
32
    stream.  The default, \code{NA_integer_}, uses the natural size.
33
    Size changing is not supported for raw and complex vectors.}
33
    Size changing is not supported for raw and complex vectors.}