The goal of REDCapExploreR is to provide users with tools to post-process and perform exploratory data analysis on REDCap project data. It is intended to work hand in hand with the REDCapTidieR package.
This repository is in early stages active development!
You can install the development version of REDCapExploreR like so:
devtools::install_github("CHOP-CGTInformatics/REDCapExploreR")
This is a basic example which shows you how to solve a common problem:
library(REDCapExploreR)
## basic example code
data <- record_status_dashboard(redcap_uri = Sys.getenv("REDCAP_URI"), token = token)