Learn R Programming

mappings

An R package for mapping between different sets of categorical values.

Installation

To install the latest development version directly from GitHub:

require(remotes)
remotes::install_github("benjaminrich/mappings")

Getting Started

Vignette coming soon...

Copy Link

Version

Install

install.packages('mappings')

Monthly Downloads

162

Version

0.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Benjamin Rich

Last Published

June 23rd, 2021

Functions in mappings (0.1)

mapping

Generate a Mapping Function
cut_mapping

Mapping from continuous to categorical
text2mapping

Convenient shorthand for specifying mappings with text strings
cf

Construct a factor from one or more vectors
remap

Re-map a variable
inverse

Inverse of a mapping
domain

Domain and codomain of a mapping.
as.data.frame.mapping

Convert a mapping to data.frame
print.mapping

Print a mapping