Skip to content
susabi edited this page Feb 11, 2019 · 7 revisions

Welcome to the disk.frame wiki!

How disk.frame works

Many of disk.frame's functions, such as map.disk.frame and delayed are just convenience functions to let you perform the same operation to each chunk. The convenience comes from the fact that it loads every chunk into a data.table/data.frame and does the saving to disk automatically into .fst files.

Clone this wiki locally