| load.Package {R.oo} | R Documentation |
Loads a package. This is an alternative way to use library() to
load a package.
## S3 method for class 'Package': load(this, ...)
... |
Not used. |
TRUE if the packages is loaded, otherwise FALSE.
Henrik Bengtsson (http://www.braju.com/R/)
*unload().
*isLoaded().
search().
For more information see Package.
pkg <- Package("base")
print(load(pkg))