dplyr::select function clashes with MASS::select February 22, 2023 by Tarik As Pascal said, the following works require(MASS) require(dplyr) mtcars %>% dplyr::select(mpg)