[R] [R-pkgs] Reshape version 0.6

hadley wickham h.wickham at gmail.com
Thu Feb 9 20:42:07 CET 2006


Reshape version 0.6
===================

Reshape is an R package for flexibly restructuring and aggregating
data.  It's inspired by Excel's pivot tables, and it (hopefully) makes
it very easy to get your data into the shape that you want.  You can find out
more at http://had.co.nz/reshape

What's new in this version?

 * a new function, stamp, which is kind of a cross between by and
cast, and allows for aggregation functions that take an entire data
frame.  See ?stamp for examples

 * deals better with row and column names when subsetting the result

 * a namespace to make it easier to deal with potential name clashes
with other packages

 * better performance

Please let me know if you have any comments or questions.

Regards,

Hadley

_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages




More information about the R-help mailing list