Full_Name: Hsiu-Khuern Tang
Version: 1.1.0
OS: Linux 2.2.14 i686
Submission from: (NULL) (15.255.176.47)
In the documentation for read.table, the description of the argument
`strip.white'
uses `skip.white' instead.
> ?read.table
...
Usage:
read.table(file, header = FALSE, sep = "", quote =
"\"'", dec = ".",
row.names, col.names, as.is = FALSE, na.strings =
"NA",
skip = 0, check.names = TRUE, strip.white = FALSE)
^^^^^^^^^^^
...
skip.white: logical. Used only when `sep' has been specified, and
^^^^^^^^^^allows the stripping of leading and trailing white space from
`character' fields (`numeric' fields are always stripped).
See `scan' for further details, remembering that the columns
may include the row names.
...
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._