Skip to content

Commit

Permalink
don't use external vector in "selection" (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Sep 25, 2024
1 parent a886d51 commit b8969b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run_calculate_match_success_rate.R
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ prep_match_success_rate <- function(data,
) %>%
tidyr::pivot_longer(
cols = -c(
by_group,
dplyr::all_of(by_group),
"sector",
"matched"
),
Expand Down

0 comments on commit b8969b7

Please sign in to comment.