mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
27 lines
862 B
Plaintext
27 lines
862 B
Plaintext
Package: REDCapRITS
|
|
Title: REDCap Repeating Instrument Table Splitter
|
|
Version: 0.0.0
|
|
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
|
|
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,
|
|
httr,
|
|
jsonlite,
|
|
testthat,
|
|
Hmisc
|
|
License: GPL-3
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
RoxygenNote: 6.0.1
|
|
URL: https://github.com/SpectrumHealthResearch/REDCapRITS
|
|
BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues
|
|
Collate:
|
|
'process_user_input.r'
|
|
'REDCap_split.r'
|