2018-06-03 22:08:26 +02:00
|
|
|
Package: REDCapRITS
|
|
|
|
Title: REDCap Repeating Instrument Table Splitter
|
2019-07-09 00:01:48 +02:00
|
|
|
Version: 0.2.0
|
2018-06-14 04:47:57 +02:00
|
|
|
Authors@R: c(
|
|
|
|
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut", "cre")),
|
|
|
|
person("Spectrum Health, Grand Rapids, MI", role = "cph"))
|
|
|
|
Copyright: Spectrum Health, Grand Rapids, MI
|
2018-06-03 22:08:26 +02:00
|
|
|
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)
|
2018-06-23 04:24:34 +02:00
|
|
|
Suggests:
|
|
|
|
RCurl,
|
|
|
|
httr,
|
2018-06-03 22:08:26 +02:00
|
|
|
jsonlite,
|
2018-06-26 05:48:55 +02:00
|
|
|
testthat,
|
2019-07-26 23:26:33 +02:00
|
|
|
Hmisc,
|
|
|
|
readr
|
2018-06-03 22:08:26 +02:00
|
|
|
License: GPL-3
|
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
2019-07-01 22:54:29 +02:00
|
|
|
RoxygenNote: 6.1.1
|
2018-06-14 04:18:39 +02:00
|
|
|
URL: https://github.com/SpectrumHealthResearch/REDCapRITS
|
|
|
|
BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues
|
2018-06-03 22:08:26 +02:00
|
|
|
Collate:
|
2019-07-01 22:54:29 +02:00
|
|
|
'utils.r'
|
2018-06-23 04:24:34 +02:00
|
|
|
'process_user_input.r'
|
2018-06-03 22:08:26 +02:00
|
|
|
'REDCap_split.r'
|