powered by
Loads a package. This is an alternative way to use library() to load a package.
library()
# S3 method for Package load(this, ...)
TRUE if the packages is loaded, otherwise FALSE.
TRUE
FALSE
Not used.
Henrik Bengtsson
*unload(). *isLoaded(). search(). For more information see Package.
*unload()
*isLoaded()
search
Package
pkg <- Package("base") print(load(pkg))
Run the code above in your browser using DataLab