Skip to content

Perform exploratory data anlaysis and post processing on REDCap project data

Notifications You must be signed in to change notification settings

CHOP-CGTInformatics/REDCapExploreR

Repository files navigation

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)

About

Perform exploratory data anlaysis and post processing on REDCap project data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages