| pload | R Documentation |
Load a package
pload(package, action = "auto")
package |
package name |
action |
Installation function; |
Uses library() to load package. If not installed, attempts installation
via rlang::check_installed() (optionally using BiocManager::install()).
the selected package loaded to the R session
Guangchuang Yu
Other pkg-utils:
CRANpkg(),
Githubpkg(),
get_dependencies(),
get_fun_from_pkg(),
is.installed(),
mypkg(),
packageTitle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.