README.md

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


marianschmidt/msAutolabelR documentation built on April 17, 2022, 7:42 a.m.