diff --git a/R/DESCRIPTION b/R/DESCRIPTION index b5b26dc..6b2e8d1 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,9 +1,11 @@ Package: REDCapRITS Title: REDCap Repeating Instrument Table Splitter -Version: 0.2.2 +Version: 0.2.2.1 Authors@R: c( person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut", "cre")), - person("Spectrum Health, Grand Rapids, MI", role = "cph")) + person("Spectrum Health, Grand Rapids, MI", role = "cph"), + person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("ctb"), + comment = c(ORCID = "0000-0002-7559-1154"))) 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 @@ -26,7 +28,7 @@ Suggests: License: GPL-3 Encoding: UTF-8 LazyData: true -RoxygenNote: 6.1.1 +RoxygenNote: 7.2.3 URL: https://github.com/SpectrumHealthResearch/REDCapRITS BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues Collate: diff --git a/R/man/REDCap_split.Rd b/R/man/REDCap_split.Rd index c5a99b0..cd962fa 100644 --- a/R/man/REDCap_split.Rd +++ b/R/man/REDCap_split.Rd @@ -4,8 +4,12 @@ \alias{REDCap_split} \title{Split REDCap repeating instruments table into multiple tables} \usage{ -REDCap_split(records, metadata, primary_table_name = "", - forms = c("repeating", "all")) +REDCap_split( + records, + metadata, + primary_table_name = "", + forms = c("repeating", "all") +) } \arguments{ \item{records}{Exported project records. May be a \code{data.frame},