79666932

Date: 2025-06-15 23:36:20
Score: 1
Natty:
Report link

Since R 3.6.0 library() has had arguments for exclude and include.only. This makes the solution to your problem very simple with:
library(dplyr, exclude = "select") or library(MASS, exclude = "select")

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dan