minor updates to include

This commit is contained in:
AG Damsbo 2022-12-21 07:43:56 +01:00
parent 79c7ab1376
commit 58cabc7153
2 changed files with 11 additions and 5 deletions

View File

@ -1,9 +1,11 @@
Package: REDCapRITS Package: REDCapRITS
Title: REDCap Repeating Instrument Table Splitter Title: REDCap Repeating Instrument Table Splitter
Version: 0.2.2 Version: 0.2.2.1
Authors@R: c( Authors@R: c(
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut", "cre")), 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 Copyright: Spectrum Health, Grand Rapids, MI
Description: Split REDCap repeating instruments output into multiple tables. 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 This will take raw output from a REDCap export and split it into a base table
@ -26,7 +28,7 @@ Suggests:
License: GPL-3 License: GPL-3
Encoding: UTF-8 Encoding: UTF-8
LazyData: true LazyData: true
RoxygenNote: 6.1.1 RoxygenNote: 7.2.3
URL: https://github.com/SpectrumHealthResearch/REDCapRITS URL: https://github.com/SpectrumHealthResearch/REDCapRITS
BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues
Collate: Collate:

View File

@ -4,8 +4,12 @@
\alias{REDCap_split} \alias{REDCap_split}
\title{Split REDCap repeating instruments table into multiple tables} \title{Split REDCap repeating instruments table into multiple tables}
\usage{ \usage{
REDCap_split(records, metadata, primary_table_name = "", REDCap_split(
forms = c("repeating", "all")) records,
metadata,
primary_table_name = "",
forms = c("repeating", "all")
)
} }
\arguments{ \arguments{
\item{records}{Exported project records. May be a \code{data.frame}, \item{records}{Exported project records. May be a \code{data.frame},