Turned routines to preprocess user inputs into S3 methods.

Still needs to be tested.
This commit is contained in:
pegeler 2018-06-22 22:24:34 -04:00
commit 1053329a62
5 changed files with 70 additions and 50 deletions

View file

@ -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'