Skip to content

Commit

Permalink
#104 #97 make join_by argument explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 12, 2024
1 parent 2d7eddd commit 875c483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prepare_response_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ prepare_response_variables <- function(ManyEcoEvo,
map2(
.x = diversity_data,
.y = data,
.f = ~ semi_join(.x, .y) %>%
.f = ~ semi_join(.x, .y, by = join_by(id_col)) %>%
distinct()
)
)
Expand Down

0 comments on commit 875c483

Please sign in to comment.