Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 997 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 997 Bytes

REDCapExploreR

Lifecycle: experimental

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!

Installation

You can install the development version of REDCapExploreR like so:

devtools::install_github("CHOP-CGTInformatics/REDCapExploreR")

Example

This is a basic example which shows you how to solve a common problem:

library(REDCapExploreR)
## basic example code

Recreating a Project’s Record Status Dashboard

data <- record_status_dashboard(redcap_uri = Sys.getenv("REDCAP_URI"), token = token)