tidyquery icon indicating copy to clipboard operation
tidyquery copied to clipboard

Improve support for outer join queries

Open ianmcook opened this issue 4 years ago • 1 comments

Use the new keep argument to full_join() in https://github.com/tidyverse/dplyr/issues/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 avatar Jan 16 '20 04:01 ianmcook

I implemented the keep argument in left_join() and right_join() in https://github.com/tidyverse/dplyr/pull/4762

ianmcook avatar Jan 20 '20 15:01 ianmcook