[R] [R-pkgs] Reshape package: new version 0.5
hadley wickham
h.wickham at gmail.com
Fri Sep 23 01:36:04 CEST 2005
Reshape version 0.5
===================
Reshape is an R package for flexibly restructuring and aggregating
data. It's very much pivot table inspired, and it (hopefully) makes
it very easy to view your data the way you want. You can find out
more at http://had.co.nz/reshape
The big news in this version of reshape is that I've renamed all the
functions so they no longer conflict with any built in functions -
deshape is now melt (think liquid data) and reshape is now cast (think
solidifying data into the form you want).
What else is new?
* recast melts and casts your data in one step
* column naming bugs fixed
* easily display all margins with the argument margins=T in cast
Please let me know what you think.
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