pfread | R Documentation |
fread delimited file in parts
pfread(
x,
part_nrows,
nrows = NULL,
header = TRUE,
sep = "auto",
verbose = TRUE,
stringsAsFactors = TRUE,
...
)
x |
Character: Path to delimited file |
part_nrows |
Integer: Number of rows to read in each part |
nrows |
Integer: Number of rows in the file |
header |
Logical: If TRUE, the file is assumed to include a header row |
sep |
Character: Delimiter |
verbose |
Logical: If TRUE, print messages to console |
stringsAsFactors |
Logical: If TRUE, characters will be converted to factors |
... |
Additional arguments to pass to |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.