Select() function in dplyr package

true - also, since it is often hard to identify conflicts deep in code long after attaching packages, another approach is to make use of the conflicted package which forces you to explicitly choose the function via the package::function notation for any function with a conflict.

https://www.tidyverse.org/articles/2018/06/conflicted/

2 Likes