mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
name change and export function
This commit is contained in:
parent
881c239954
commit
4643e7a806
5 changed files with 13 additions and 15 deletions
|
|
@ -96,7 +96,7 @@ REDCap_split <- function(records,
|
|||
vars_in_data <- names(records)
|
||||
|
||||
# Process repeat instrument names to match the redcap naming
|
||||
if (is.repeated_longitudinal(records)){
|
||||
if (is_repeated_longitudinal(records)){
|
||||
records$redcap_repeat_instrument <- clean_redcap_name(records$redcap_repeat_instrument)
|
||||
|
||||
# Match arg for forms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue