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

Improve support for outer join queries #10

Open
ianmcook opened this issue Jan 16, 2020 · 1 comment
Open

Improve support for outer join queries #10

ianmcook opened this issue Jan 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ianmcook
Copy link
Owner

Use the new keep argument to full_join() in tidyverse/dplyr#4589 to preserve the join key columns from both the left and right tables, allowing qualified references to these columns in other clauses. I'm hoping this keep argument is added to left_join() and right_join() as well.

@ianmcook ianmcook added the enhancement New feature or request label Jan 16, 2020
@ianmcook
Copy link
Owner Author

I implemented the keep argument in left_join() and right_join() in tidyverse/dplyr#4762

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant