Reads the tabular data as a data frame
Reads the tabular data as a data frame.
## S3 method for class 'TabularTextFile' readDataFrame(this, con=NULL, rows=NULL, nrow=NULL, trimQuotes=FALSE, ..., debug=FALSE, verbose=FALSE)
con |
(Internal) If a |
rows |
(Optional) An |
nrow |
(Optional) An |
trimQuotes |
(Optional) If |
... |
Passed to internal |
debug |
If |
verbose |
Returns a data.frame.
If a specific data column is specified as being numeric in
argument colClasses and that column contains quoted values
it is necessary to use argument trimQuotes=TRUE, otherwise
scan() throws an exception similar to:
scan() expected 'a real', got '"1.0"'.
Henrik Bengtsson
For more information see TabularTextFile.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.