A review of plyr (0.1.9)

4

incredibly useful, but not very fast

Plyr is an incredibly useful package, greatly simplifing the split-compute-combine process on data frames and other structure. However, due in part to limitations in the design of R, it’s not very fast, especially in the combine step. Still, I use it constantly.