Chunkwise Text-File Processing for 'dplyr'
Chunked
insert data in chunks into a database
Read chunkwise data from text files
Read chunkwise from a data source
Genereric function to write chunk by chunk
Write chunks to a csv file
Data stored in text file can be processed chunkwise using 'dplyr' commands. These are recorded and executed per data chunk, so large files can be processed with limited memory using the 'LaF' package.
Useful links