mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
includes read_redcap_table
This commit is contained in:
parent
be3969d007
commit
edafc35806
5 changed files with 135 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
Package: REDCapRITS
|
||||
Title: REDCap Repeating Instrument Table Splitter Fork
|
||||
Version: 0.2.2.1
|
||||
Version: 0.2.3
|
||||
Authors@R: c(
|
||||
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut")),
|
||||
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("cre", "ctb","cph"),
|
||||
comment = c(ORCID = "0000-0002-7559-1154")))
|
||||
Copyright: Spectrum Health, Grand Rapids, MI
|
||||
Description: This is a fork of REDCapRITS by Paul Egeler and Spectrum Health. See
|
||||
[https://github.com/SpectrumHealthResearch/REDCapRITS](https://github.com/SpectrumHealthResearch/REDCapRITS).
|
||||
Split REDCap repeating instruments output into multiple tables.
|
||||
|
|
@ -32,7 +31,10 @@ LazyData: true
|
|||
RoxygenNote: 7.2.3
|
||||
URL: https://github.com/agdamsbo/REDCapRITS
|
||||
BugReports: https://github.com/agdamsbo/REDCapRITS/issues
|
||||
Imports:
|
||||
REDCapR
|
||||
Collate:
|
||||
'utils.r'
|
||||
'process_user_input.r'
|
||||
'REDCap_split.r'
|
||||
'read_redcap_tables.R'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue