https://github.com/chop-cgtinformatics/redcapexplorer

Perform exploratory data anlaysis and post processing on REDCap project data

https://github.com/chop-cgtinformatics/redcapexplorer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Perform exploratory data anlaysis and post processing on REDCap project data

Basic Info
  • Host: GitHub
  • Owner: CHOP-CGTInformatics
  • Language: R
  • Default Branch: main
  • Size: 31.3 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# REDCapExploreR


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)


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:

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

## Example

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

```{r example}
library(REDCapExploreR)
## basic example code
```

### Recreating a Project's Record Status Dashboard

```{r, eval=FALSE}
data <- record_status_dashboard(redcap_uri = Sys.getenv("REDCAP_URI"), token = token)
```

Owner

  • Name: CHOP - CGT Informatics
  • Login: CHOP-CGTInformatics
  • Kind: organization

Open-source and public work for CHOP CGT Informatics

GitHub Events

Total
  • Push event: 4
  • Pull request event: 1
  • Create event: 1
Last Year
  • Push event: 4
  • Pull request event: 1
  • Create event: 1

Dependencies

DESCRIPTION cran
  • REDCapR * imports
  • REDCapTidieR * imports