dplyr::select clashes with MASS::select

Created on 11 Dec 2014  路  2Comments  路  Source: tidyverse/dplyr

When I have MASS or any package that depends on MASS loaded along with dplyr, the select function in one package masks the other, causing inelegant workarounds like %>% dplyr::select

Most helpful comment

Unfortunately there's only one solution for this: teach yourself that dplyr::select() is not inelegant.

All 2 comments

Unfortunately there's only one solution for this: teach yourself that dplyr::select() is not inelegant.

LOL. Touche and fair enough.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ggrothendieck picture ggrothendieck  路  4Comments

tjmahr picture tjmahr  路  4Comments

bachlaw picture bachlaw  路  3Comments

tobadia picture tobadia  路  4Comments

profdave picture profdave  路  3Comments