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...