Package: mappings 1.0.0
mappings: Functions for Transforming Categorical Variables
Easily create functions to map between different sets of values, such as for re-labeling categorical variables.
Authors:
mappings_1.0.0.tar.gz
mappings_1.0.0.zip(r-4.5)mappings_1.0.0.zip(r-4.4)mappings_1.0.0.zip(r-4.3)
mappings_1.0.0.tgz(r-4.4-any)mappings_1.0.0.tgz(r-4.3-any)
mappings_1.0.0.tar.gz(r-4.5-noble)mappings_1.0.0.tar.gz(r-4.4-noble)
mappings_1.0.0.tgz(r-4.4-emscripten)mappings_1.0.0.tgz(r-4.3-emscripten)
mappings.pdf |mappings.html✨
mappings/json (API)
NEWS
# Install 'mappings' in R: |
install.packages('mappings', repos = c('https://benjaminrich.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/benjaminrich/mappings/issues
Last updated 5 months agofrom:6b73295e86. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:cfcodomaincut_mappingdomaininversemappingpaste_mappingpmappingremaptext2mapping
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert a mapping to 'data.frame' | as.data.frame.mapping |
Construct a 'factor' from one or more vectors | cf |
Mapping from continuous to categorical | cut_mapping |
Domain and codomain of a mapping. | codomain domain |
Inverse of a mapping | inverse |
Generate a Mapping Function | mapping pmapping |
A mapping that adds a prefix and/or suffix | paste_mapping |
Print a mapping | print.mapping |
Re-map a variable | remap |
Convenient shorthand for specifying mappings with text strings | text2mapping |