Describe the enhancement requested
join_by(), a function coming in dplyr 1.1.0, returns a dplyr_join_by object: https://github.com/tidyverse/dplyr/blob/main/R/join-by.R#L274-L284
We should make sure we can map that output to the existing equality join arguments in case someone starts using it.
Component(s)
R