Suppose that I 'library()' a package, in the 'NAMESPACE' file of the package, it export some functions to the global namespace. Is there a way to 'library()' the package without export the functions in 'NAMESPACE' to the global namespace?