Skip to content

Commit

Permalink
Update R/clean_redcap_long.R
Browse files Browse the repository at this point in the history
Co-authored-by: Ezra Porter <[email protected]>
  • Loading branch information
rsh52 and ezraporter authored Aug 30, 2024
1 parent 7a02e5c commit 6e21801
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 @@ -425,7 +425,7 @@ convert_mixed_instrument <- function(db_data_long, mixed_structure_ref) {
),
redcap_repeat_instrument = case_when(
update_mask ~ form,
.default = .data$redcap_repeat_instrument
TRUE ~ .data$redcap_repeat_instrument
)
) %>%
select(-.data$update_mask)
Expand Down

0 comments on commit 6e21801

Please sign in to comment.