REDCapTidieR: Extracting complex REDCap databases into tidy tables

Data Science
R
REDCap
Tidyverse
We developed an open source package to help R users convert complex REDCap databases into tidy tables.
Author

Richard Hanna, Ezra Porter, Stephany Romero, Paul Wildenhain, William Beasley, Stephan Kadauke

Published

February 17, 2024

Doi

We developed the REDCapTidieR package to meet the needs of analysts working with complex REDCap databases in R. Prompted by our team’s own needs internally for various projects, we saw an opportunity to give back to the open source community and develop a standard set or practices and solutions for converting REDCap projects into tidy tables that abide by tidy data principles.

REDCapTidieR was released to v1.0.0 on CRAN as is the culmination of work and effort by many individuals.

You can read more about the package in our extensive documentation.

You can read our paper at the Journal of Open Source Software for free.

And you can install the package directly from CRAN with:

install.packages("REDCapTidieR")