Description Usage Arguments Value
Call function read.csv.raw, if available, or else,
read.csv. read.csv.raw can be
much faster, particularly for large files. It reads, however, only
nrowsClasses rows to determine the class of a column unlike
read.csv which uses all rows to determine the column
class.
1 | SFSW2_read_csv(file, stringsAsFactors = FALSE, use_iotools = TRUE, ...)
|
file |
A character string. The path to the file which is to be read. |
stringsAsFactors |
A logical value. Should character vectors be converted to factors? |
use_iotools |
A logical value. If |
... |
Further arguments to be passed to
|
A data frame (data.frame) containing a
representation of the data in the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.