What is this?
A lazy.frame is a data frame promise. It presents a delimited text file
as a kind of simple data frame, but without initially loading the file into memory.
Lazy frames load data from their backing files on demand, and are
useful for quickly and efficiently extracting subsets from large csv and other
text files. They support normal and gzip-compressed files.
Why?
I had a bunch of big CSV files and needed to quickly extract small subsets from them.
Development code: http://github.com/bwlewis/lazy.frame/.
Find R here: http://www.r-project.org.
Vignette
lazy.frame.pdf