The R Project SVN R

Rev

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

Rev 74161 Rev 74363
Line 25... Line 25...
25
 
25
 
26
  \code{.deparseOpts()} is called by \code{\link{deparse}}, \code{\link{dput}} and
26
  \code{.deparseOpts()} is called by \code{\link{deparse}}, \code{\link{dput}} and
27
  \code{\link{dump}} to process their \code{control} argument.
27
  \code{\link{dump}} to process their \code{control} argument.
28
 
28
 
29
  The \code{control} argument is a vector containing zero or more of the
29
  The \code{control} argument is a vector containing zero or more of the
30
  following strings (exactly those in \code{..deparseOpts}.  Partial
30
  following strings (exactly those in \code{..deparseOpts}).  Partial
31
  string matching is used.
31
  string matching is used.
32
  \describe{
32
  \describe{
33
    \item{\code{"keepInteger"}:}{
33
    \item{\code{"keepInteger"}:}{
34
      Either surround integer vectors by \code{as.integer()} or use
34
      Either surround integer vectors by \code{as.integer()} or use
35
      suffix \code{L}, so they are not converted to type double when
35
      suffix \code{L}, so they are not converted to type double when