mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
styling and new function is.repeated_longitudinal()
This commit is contained in:
parent
3e356004d4
commit
e1509188ff
4 changed files with 188 additions and 139 deletions
|
|
@ -139,6 +139,8 @@ REDCap_split <- function(records,
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
if ("redcap_repeat_instrument" %in% vars_in_data) {
|
||||
# Variables to be at the beginning of each repeating instrument
|
||||
repeat_instrument_fields <- grep("^redcap_repeat.*",
|
||||
|
|
@ -197,6 +199,5 @@ REDCap_split <- function(records,
|
|||
}
|
||||
|
||||
out
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue