The reshape2 package in R contains functions that allow data to be transformed into more convenient forms.
reshape2
is an r package for flexibly restructuring and aggregating data. Its primary use is reshapeing data between wide format with repeated measurements in separate columns of the same record and long format with the repeated measurements in separate records.
reshape2
succeeds the reshape
package, and is succeeded by the tidyr package.
Repositories
Other resources
Related tags
- data-manipulation
- r's tidyr package