tidyverse / dplyr

dplyr: A grammar of data manipulation
https://dplyr.tidyverse.org/
Other
4.79k stars 2.12k forks source link

Split `join_cols()` #7050

Open krlmlr opened 4 months ago

krlmlr commented 4 months ago

Currently, join_cols() is called by join_filter() but is doing too much. The $out components are not used at all. This would also allow losing the default values for the suffix and keep arguments.