# plyr
plyr is a set of tools for a common set of problems: you need to __split__ up a big data structure into homogeneous pieces, __apply__ a function to each piece and then __combine__ all the results back together. For example, you might want to:
It's already possible to do this with base R functions (like split and the apply family of functions), but plyr makes it all a bit easier with:
Considerable effort has been put into making plyr fast and memory efficient, and in many cases plyr is as fast as, or faster than, the built-in equivalents.
A detailed introduction to plyr has been published in JSS: "The Split-Apply-Combine Strategy for Data Analysis",
http://www.jstatsoft.org/v40/i01/. You can find out more at http://had.co.nz/plyr/, or track development at http://github.com/hadley/plyr. You can ask questions about plyr (anddata manipulation in general) on the plyr mailing list. Sign up at http://groups.google.com/group/manipulatr.
Version 1.6
-- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/ _______________________________________________ R-packages mailing list R-packages_at_r-project.org https://stat.ethz.ch/mailman/listinfo/r-packagesReceived on Sat 30 Jul 2011 - 23:35:20 EST
This archive was generated by hypermail 2.2.0 : Sat 30 Jul 2011 - 23:40:01 EST