Skip to content
Prev 178972 / 398506 Next

unloading loaded packages

See the seventh example under ?library.

If the masked package has a namespace you can access functions via the 
'::' operator. Say the function foo in package bar was masked by package 
baz, and bar has a namespace. You can access foo thusly:

bar::foo()

Best,

Jim
Jim Bouldin wrote: