mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
Turned routines to preprocess user inputs into S3 methods.
Still needs to be tested.
This commit is contained in:
parent
ef4819e1fc
commit
1053329a62
5 changed files with 70 additions and 50 deletions
|
|
@ -9,7 +9,9 @@ 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,
|
||||
Suggests:
|
||||
RCurl,
|
||||
httr,
|
||||
jsonlite,
|
||||
testthat
|
||||
License: GPL-3
|
||||
|
|
@ -19,5 +21,5 @@ RoxygenNote: 6.0.1
|
|||
URL: https://github.com/SpectrumHealthResearch/REDCapRITS
|
||||
BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues
|
||||
Collate:
|
||||
'JSON2data.frame.r'
|
||||
'process_user_input.r'
|
||||
'REDCap_split.r'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue