Overview

wranglEHR is a data wrangling tool for EMAP. It is designed to run against OMOP CDM 5.3.1. Please see the R vignettes for further details on how to use the package to perform the most common tasks:

  • extract() produces a rectangular table in a “long” format that is suitable for most statistial packages.
  • clean() cleans the above table in accordance with pre-defined standards (pending)

Installation

# install directly from github with
remotes::install_github("inform-health-informatics/wranglEHR")

Getting help

If you find a bug, please file a minimal reproducible example on github.