| load.Package | 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
*unload().
*isLoaded().
search().
For more information see Package.
pkg <- Package("base")
print(load(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.