My question is some packages share the same function name. How can I tell R which package that I want to use this function from?
I tried to load the package that I wanted to use again in the code but it still did not work. My case is the select
in MASS
and dplyr
. I want to use dplyr
but the error is always unused argument
...