R: Masked Functions [duplicate]

Solution 1:

Use stats::reorder() to reference the version in stats.

Solution 2:

From the Examples section of ?library:

 ## if you want to mask as little as possible, use
 library(mypkg, pos = "package:base")