Description Usage Arguments Value
Read large text file by splitting lines.
1 2 |
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.