Skip to content

Commit

Permalink
Merge branch 'mixed_structure_rt_rs_bug' of https://github.com/CHOP-C…
Browse files Browse the repository at this point in the history
…GTInformatics/REDCapTidieR into mixed_structure_rt_rs_bug
  • Loading branch information
Richard Hanna authored and Richard Hanna committed Aug 30, 2024
2 parents 98f6cd2 + 7c93fe7 commit c2289ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/clean_redcap_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ convert_mixed_instrument <- function(db_data_long, mixed_structure_ref) {
update_mask & is.na(redcap_repeat_instance) ~ 1,
# Keep repeat event instance vals when they already exist
update_mask & !is.na(redcap_repeat_instance) ~ redcap_repeat_instance,
.default = .data$redcap_repeat_instance
TRUE ~ .data$redcap_repeat_instance
),
redcap_repeat_instrument = case_when(
update_mask ~ form,
Expand Down

0 comments on commit c2289ae

Please sign in to comment.