big_fread1 | R Documentation |
Read large text file by splitting lines.
big_fread1(file, every_nlines, .transform = identity, .combine = rbind_df, skip = 0, ..., print_timings = TRUE)
file |
Path to file that you want to read. |
every_nlines |
Maximum number of lines in new file parts. |
.transform |
Function to transform each data frame corresponding to each
part of the |
.combine |
Function to combine results (list of data frames). |
skip |
Number of lines to skip at the beginning of |
... |
Other arguments to be passed to data.table::fread,
excepted |
print_timings |
Whether to print timings? Default is |
A data.frame
by default; a data.table
when data.table = TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.