Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llrs/redcap2sdtm
REDCap2SDTM
https://github.com/llrs/redcap2sdtm
Last synced: 1 day ago
JSON representation
REDCap2SDTM
- Host: GitHub
- URL: https://github.com/llrs/redcap2sdtm
- Owner: llrs
- Created: 2024-01-05T14:19:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-05T14:30:24.000Z (10 months ago)
- Last Synced: 2024-11-01T00:26:09.681Z (6 days ago)
- Language: R
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REDCap2SDTM
The goal of REDCap2SDTM is to convert REDCap data to SDTM format.
This repository is to make easy to find and install the package.
Originally it comes from [a publication](https://doi.org/10.1016/j.jbi.2017.05.003).## Installation
You can install the development version of REDCap2SDTM from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("llrs/REDCap2SDTM")
```