styling and new function is.repeated_longitudinal()

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-06 14:02:55 +01:00
commit e1509188ff
4 changed files with 188 additions and 139 deletions

View file

@ -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
}