marianschmidt / msAutolabelR

Wrapper function for the sjlabelled package for basic data management operations
GNU General Public License v3.0
2 stars 0 forks source link

msAutolabelleR

The goal of msAutolabelR is to automate labelling introduced by the sjlabelled package, which provides very helpful functions on labelling dataframes. This package provides helper functions to automatically label existing dataframes using an external Excel-Table that defines variable labels and formats.

Installation

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

install.packages("msAutolabelR")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("marianschmidt/msAutolabelR")

Example

This is a basic example which shows you how to solve a common problem:

library(msAutolabelR)
## basic example code