View source: R/utils_data.table.R
pfread | R Documentation |
Read delimited file in parts using data.table::fread()
.
pfread(
x,
part_nrows,
nrows = NULL,
header = TRUE,
sep = "auto",
verbosity = 1L,
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 |
verbosity |
Integer: Verbosity level. |
stringsAsFactors |
Logical: If TRUE, characters will be converted to factors |
... |
Additional arguments to pass to |
data.table
.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.