Package: reshape2 1.4.4.9000
reshape2: Flexibly Reshape Data: A Reboot of the Reshape Package
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
Authors:
reshape2_1.4.4.9000.tar.gz
reshape2_1.4.4.9000.zip(r-4.5)reshape2_1.4.4.9000.zip(r-4.4)reshape2_1.4.4.9000.zip(r-4.3)
reshape2_1.4.4.9000.tgz(r-4.4-x86_64)reshape2_1.4.4.9000.tgz(r-4.4-arm64)reshape2_1.4.4.9000.tgz(r-4.3-x86_64)reshape2_1.4.4.9000.tgz(r-4.3-arm64)
reshape2_1.4.4.9000.tar.gz(r-4.5-noble)reshape2_1.4.4.9000.tar.gz(r-4.4-noble)
reshape2_1.4.4.9000.tgz(r-4.4-emscripten)reshape2_1.4.4.9000.tgz(r-4.3-emscripten)
reshape2.pdf |reshape2.html✨
reshape2/json (API)
NEWS
# Install 'reshape2' in R: |
install.packages('reshape2', repos = c('https://hadley.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hadley/reshape/issues
- french_fries - Sensory data from a french fries experiment.
- smiths - Demo data describing the Smiths.
- tips - Tipping data
Last updated 4 years agofrom:b26d183e18. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | NOTE | Nov 06 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 06 2024 |
R-4.4-win-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 06 2024 |
R-4.3-win-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 06 2024 |
Exports:acastadd_marginscolsplitdcastmeltrecast
Dependencies:cligluelifecyclemagrittrplyrRcpprlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add margins to a data frame. | add_margins |
Cast functions Cast a molten data frame into an array or data frame. | acast cast dcast |
Split a vector into multiple columns | colsplit |
Sensory data from a french fries experiment. | french_fries |
Convert an object into a molten data frame. | melt |
Check that input variables to melt are appropriate. | melt_check |
Melt an array. | melt.array melt.matrix melt.table |
Melt a data frame into form suitable for easy casting. | melt.data.frame |
Melt a vector. For vectors, makes a column of a data frame | melt.default |
Melt a list by recursively melting each component. | melt.list |
Parse casting formulae. | parse_formula |
Recast: melt and cast in a single step | recast |
Demo data describing the Smiths. | smiths |
Tipping data | tips |