mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
minor edits after submiddion attempt
This commit is contained in:
parent
620612f341
commit
a32932a683
5 changed files with 18 additions and 121 deletions
|
|
@ -14,7 +14,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
|
|||
|
||||
REDCap Castellated data handling when using repeated instruments.
|
||||
|
||||
This package is a fork of [SpectrumHealthResearch/REDCapRITS](https://github.com/SpectrumHealthResearch/REDCapRITS). The REDCapRITS represents great and extensive work to handle castellated REDCap data in different programming languages. This fork is purely minded on R usage and includes a few implementations of the main `REDCap_split` function.
|
||||
This package is a fork of [pegeler/REDCapRITS](https://github.com/pegeler/REDCapRITS). The REDCapRITS represents great and extensive work to handle castellated REDCap data in different programming languages. This fork is purely minded on R usage and includes a few implementations of the main `REDCap_split` function.
|
||||
|
||||
The main goal for this project was to allow for a "minimal data" approach by allowing to filter records, instruments and variables in the export to only download data needed. I think this approach is desireable for handling sensitive, clinical data. No similar functionality is available from similar tools (like `REDCapR` or `REDCapTidieR`). Please refer to [REDCap-Tools](https://redcap-tools.github.io/) for other great tools.
|
||||
|
||||
|
|
@ -36,6 +36,12 @@ The plan with this package is to be bundled with a Handbook on working with REDC
|
|||
|
||||
## Installation
|
||||
|
||||
The package is available on CRAN. Install the latest version:
|
||||
|
||||
```
|
||||
install.packages("REDCapCAST")
|
||||
```
|
||||
|
||||
Install the latest version directly from GitHub:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue