mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 14:09:08 +02:00
support labelled data
This commit is contained in:
parent
5926c12da6
commit
2aa268f747
13 changed files with 188 additions and 65 deletions
|
|
@ -7,13 +7,20 @@
|
|||
sanitize_split(
|
||||
l,
|
||||
generic.names = c("redcap_event_name", "redcap_repeat_instrument",
|
||||
"redcap_repeat_instance")
|
||||
"redcap_repeat_instance"),
|
||||
drop.complete = TRUE,
|
||||
drop.empty = TRUE
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{l}{A list of data frames.}
|
||||
|
||||
\item{generic.names}{A vector of generic names to be excluded.}
|
||||
|
||||
\item{drop.complete}{logical to remove genric REDCap variables indicating
|
||||
instrument completion. Default is TRUE.}
|
||||
|
||||
\item{drop.empty}{logical to remove variables with only NAs Default is TRUE.}
|
||||
}
|
||||
\value{
|
||||
A list of data frames with generic names excluded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue