I have got function alpha()
in packages scales and psych. The default call is scales, but I would like to change it. I want to make psych package higher priority - I mean if I call alpha()
I want that R run this function from psych package, not scales.
Of course I know that I can use ::
, but I don't want that.
How to do that in a simple way?