I'm learning R, and I can't figure out why sometimes I get "error: could not find function" even after I've installed the package containing that function.
But then it works if I use package::function()
Can someone please explain the difference? Thank you