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
Unfortunately there's only one solution for this: teach yourself that dplyr::select() is not inelegant.
LOL. Touche and fair enough.
Most helpful comment
Unfortunately there's only one solution for this: teach yourself that
dplyr::select()is not inelegant.