1

In R, the order of when the packages are loaded matters.

Is there a way to make it such that the a certain package namespace is always the winner in a naming conflict regardless of order?

  • 1
    See the [`conflicted`](https://cran.r-project.org/web/packages/conflicted/index.html) package. – r2evans Jan 04 '21 at 01:49
  • Specifically check out [conflict_prefer](https://conflicted.r-lib.org/reference/conflict_prefer.html) – MrFlick Jan 04 '21 at 01:53

0 Answers0