load.Package.Rd
Loads a package. This is an alternative way to use library() to load a package.
library()
# S3 method for class 'Package' load(this, ...)
Not used.
TRUE if the packages is loaded, otherwise FALSE.
TRUE
FALSE
Henrik Bengtsson
*unload(). *isLoaded(). search(). For more information see Package.
*unload()
*isLoaded()
search
Package
pkg <- Package("base") print(load(pkg)) #> [1] TRUE