mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 14:09:08 +02:00
minor updates to include
This commit is contained in:
parent
79c7ab1376
commit
58cabc7153
2 changed files with 11 additions and 5 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue