# rmarkdown::render('README.Rmd')
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
suppressPackageStartupMessages(devtools::load_all())

medslcleaner

The medslcleaner R package helps prepare election returns for release by MEDSL. We use the package in R scripts that normalize or clean raw data. It's in early development and anything may change.

Installation

Install from GitHub using e.g. devtools.

if (!require(devtools, quietly = TRUE)) install.packages('devtools')
devtools::install_github('MEDSL/medslcleaner')

Getting started



MEDSL/medslcleaner documentation built on May 31, 2019, 7:39 a.m.