Scalable Data Processing in R
Michael J. Kane and Simon Urbanek
Instructors, DataCamp
split()
partitions set of row numbers or data.frame
Map()
computes on parts
Reduce()
combines results
bigmemory
iotools
data.frame
and matrix
Scalable Data Processing in R