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

Use new dplyr join_by() syntax to represent join conditions #30

Closed
ianmcook opened this issue Jan 9, 2023 · 1 comment
Closed

Use new dplyr join_by() syntax to represent join conditions #30

ianmcook opened this issue Jan 9, 2023 · 1 comment

Comments

@ianmcook
Copy link
Owner

ianmcook commented Jan 9, 2023

dplyr 1.1.0 introduces a new, more flexible syntax for specifying join conditions. Use this in tidyquery.

@ianmcook
Copy link
Owner Author

ianmcook commented Jan 12, 2023

537eb35 adds support for generating the new join_by() syntax. This is currently controlled by the option tidyquery.use_join_by and is disabled by default. To enable it, set options(tidyquery.use_join_by = TRUE)

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

No branches or pull requests

1 participant