Description
Functions for Transforming Categorical Variables.
Description
Easily create functions to map between different sets of values, such as for re-labeling categorical variables.
README.md
mappings
An R package for mapping between different sets of categorical values.
Installation
To install from CRAN:
install.packages("mappings")
To install the latest development version directly from GitHub:
require(remotes)
remotes::install_github("benjaminrich/mappings")
Getting Started
Vignette coming soon...