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.
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")
This is a basic example which shows you how to solve a common problem:
library(msAutolabelR)
## basic example code