Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.02 KB

File metadata and controls

24 lines (17 loc) · 1.02 KB

CRAN_Status_Badge Build status Monthly downloads Total downloads Project Status: Active - The project has reached a stable, usable state and is being actively developed.

decoder

The goal of decoder is to decode coded and perhaps cryptical variables to more understandable descriptive labels.

Installation

You can install the released version of decoder from CRAN with:

install.packages("decoder")

And the development version from GitHub with:

# install.packages("pak")
pak::pkg_install("eribul/decoder")