REDCapR: R utilities for interacting with a REDCap data system

The REDCap database system is a critical piece in Oklahoma’s MIECHV evaluation. It serves the two databases used in the community survey, and its recruitment. Our statisticians use primarily R and its software libraries for analysis. Consequently we developed some routines that assisted the import and export operations with REDCap and R.

In the summer of 2013, we noticed an overall gap faced by other statisticians using REDCap and R, and released REDCapR package to help address this unmet need. In its first year, this open-source project was a featured presentation in the national REDCap Conference (slides are available here), and attracted independent contributors and users (many who also receive DHHS funding). The stable version is released on CRAN, while the development version is hosted on the collaborative site, GitHub.

Source Code on GitHub Documentation of Development Version


OuhscMunge: Data manipulation

The package contains data manipulation operations frequently used in OUHSC BBMC projects. Deploying a package allows us to reuse our tested code in multiple investigations and code bases.

Source Code on GitHub Documentation of Development Version