Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for namespaced join_by() helpers #6951

Merged
merged 4 commits into from
Nov 6, 2023

Conversation

DavisVaughan
Copy link
Member

Closes #6838

@lionel- what do you think? This seemed pretty nice to me

R/join-by.R Outdated Show resolved Hide resolved
R/join-by.R Show resolved Hide resolved
@lionel-
Copy link
Member

lionel- commented Nov 6, 2023

Perhaps worth checking that expr[[1]] is a symbol and throw a user-facing error message if not the case. Currently the as_string() error checking is rather internal-facing.

@DavisVaughan DavisVaughan merged commit 3586473 into tidyverse:main Nov 6, 2023
11 checks passed
@DavisVaughan DavisVaughan deleted the fix/join-by-ns-helpers branch November 6, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhelpful error message when using dplyr::between() in join_by()
2 participants