marianschmidt / msAutolabelR

Wrapper function for the sjlabelled package for basic data management operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wrapper function for the sjlabelled package for basic data management operations

License:GNU General Public License v3.0


Languages

Language:R 100.0%