ffdf data.frameUse LaF to import data into a ffdf data.frame
laf_to_ffdf(laf, x = NULL, nrows = 1e+05, transFUN = NULL, ...)laf object pointing to a csv or fwf file
optional, ffdf object where laf data should be appended to.
number of rows per block, passed on to next_block
NULL or a function that is called on each data.frame chunk which is read in using next_block.
This can be used for filtering and data transformations.
passed on to next_block