includes read_redcap_table

This commit is contained in:
AG Damsbo 2023-02-28 09:54:03 +01:00
commit edafc35806
5 changed files with 135 additions and 2 deletions

View file

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