An R package that provides memory-efficient storage of large data on disk and fast access functions
The ff package provides data structures that are stored on disk but behave (almost) as if they were in RAM by transparently mapping only a section (pagesize) in main memory.
More information: