Skip to content

Commit

Permalink
lintr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Oct 11, 2024
1 parent f021279 commit 8447591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/advanced-redcapr-operations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ds_wide <-
arm = as.integer(sub(pattern, "\\2", redcap_event_name))
) %>%
dplyr::select(study_id, event, arm, pmq1, pmq2, pmq3, pmq4) %>%
dplyr::filter(!(event %in%
dplyr::filter(!(event %in%
c("enrollment", "final_visit", "deadline_to_return", "deadline_to_opt_ou")
)) %>%
tidyr::pivot_wider(
Expand Down

0 comments on commit 8447591

Please sign in to comment.