| Line 49... |
Line 49... |
| 49 |
methods. They are ignored in this function.}
|
49 |
methods. They are ignored in this function.}
|
| 50 |
}
|
50 |
}
|
| 51 |
\details{
|
51 |
\details{
|
| 52 |
The default for printing \code{NA}s is to print \code{NA} (without
|
52 |
The default for printing \code{NA}s is to print \code{NA} (without
|
| 53 |
quotes) unless this is a character \code{NA} \emph{and} \code{quote =
|
53 |
quotes) unless this is a character \code{NA} \emph{and} \code{quote =
|
| 54 |
FALSE}, when \samp{<NA>} is printed.
|
54 |
FALSE}, when \samp{<NA>} is printed. When \code{na.print} is not \code{NULL},
|
| - |
|
55 |
it handles how character \code{NA} is displayed, with no interaction with \code{quote}.
|
| 55 |
|
56 |
|
| 56 |
The same number of decimal places is used throughout a vector. This
|
57 |
The same number of decimal places is used throughout a vector. This
|
| 57 |
means that \code{digits} specifies the minimum number of significant
|
58 |
means that \code{digits} specifies the minimum number of significant
|
| 58 |
digits to be used, and that at least one entry will be encoded with
|
59 |
digits to be used, and that at least one entry will be encoded with
|
| 59 |
that minimum number. However, if all the encoded elements then have
|
60 |
that minimum number. However, if all the encoded elements then have
|