pload | R Documentation |
loading a package
pload(package, action = "auto")
package |
package name |
action |
function used to install package. If 'action = "auto"', it will try to use 'BiocManager::install()' if it is available. |
The function use 'library()' to load the package. If the package is not installed, the function will try to install it before loading it.
the selected package loaded to the R session
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.