mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Converted R code into a package
This commit is contained in:
parent
3bcc7f9482
commit
50e0496d8c
11 changed files with 154 additions and 19 deletions
22
R/DESCRIPTION
Normal file
22
R/DESCRIPTION
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Package: REDCapRITS
|
||||
Title: REDCap Repeating Instrument Table Splitter
|
||||
Version: 0.0.0
|
||||
Authors@R: person(
|
||||
"Paul",
|
||||
"Egeler",
|
||||
email = "paul.egeler@spectrumhealth.org",
|
||||
role = c("aut", "cre"))
|
||||
Description: Split REDCap repeating instruments output into multiple tables.
|
||||
This will take raw output from a REDCap export and split it into a base table
|
||||
and child tables for each repeating instrument.
|
||||
Depends: R (>= 3.4.0)
|
||||
Suggests: RCurl,
|
||||
jsonlite,
|
||||
testthat
|
||||
License: GPL-3
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
RoxygenNote: 6.0.1
|
||||
Collate:
|
||||
'JSON2data.frame.r'
|
||||
'REDCap_split.r'
|
||||
Loading…
Add table
Add a link
Reference in a new issue