Package: reshape2 1.4.5.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.5.9000.tar.gz
reshape2_1.4.5.9000.zip(r-4.7)reshape2_1.4.5.9000.zip(r-4.6)reshape2_1.4.5.9000.zip(r-4.5)
reshape2_1.4.5.9000.tgz(r-4.6-x86_64)reshape2_1.4.5.9000.tgz(r-4.6-arm64)reshape2_1.4.5.9000.tgz(r-4.5-x86_64)reshape2_1.4.5.9000.tgz(r-4.5-arm64)
reshape2_1.4.5.9000.tar.gz(r-4.7-arm64)reshape2_1.4.5.9000.tar.gz(r-4.7-x86_64)reshape2_1.4.5.9000.tar.gz(r-4.6-arm64)reshape2_1.4.5.9000.tar.gz(r-4.6-x86_64)
reshape2_1.4.5.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:0337342669. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 145 | ||
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 180 | ||
| linux-release-arm64 | OK | 126 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 126 | ||
| macos-release-x86_64 | OK | 150 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| macos-oldrel-x86_64 | OK | 174 | ||
| windows-devel | OK | 119 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 109 | ||
| wasm-release | OK | 94 |
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 |
