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.6)reshape2_1.4.5.9000.zip(r-4.5)reshape2_1.4.5.9000.zip(r-4.4)
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.6-arm64)reshape2_1.4.5.9000.tar.gz(r-4.6-x86_64)reshape2_1.4.5.9000.tar.gz(r-4.5-arm64)reshape2_1.4.5.9000.tar.gz(r-4.5-x86_64)
reshape2_1.4.5.9000.tgz(r-4.5-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 from:0337342669. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 122 | |
| linux-devel-x86_64 | OK | 128 | |
| source / vignettes | OK | 181 | |
| linux-release-arm64 | OK | 122 | |
| linux-release-x86_64 | OK | 130 | |
| macos-devel-arm64 | OK | 120 | |
| macos-devel-x86_64 | OK | 255 | |
| macos-release-arm64 | OK | 136 | |
| macos-release-x86_64 | OK | 180 | |
| windows-devel | OK | 129 | |
| windows-release | OK | 151 | |
| windows-oldrel | OK | 125 | |
| wasm-release | OK | 123 |
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 |
