use_NVIverse | R Documentation |
NVIverse
First, use_NVIverse
checks if the package is installed. If not
already installed, the package will be installed. Thereafter, the package
is attached using library.
use_NVIverse(
pkg,
auth_token = NULL,
dependencies = NA,
upgrade = FALSE,
build = TRUE,
build_manual = FALSE,
build_vignettes = TRUE,
...
)
pkg |
[ |
auth_token |
[ |
dependencies |
[ |
upgrade |
[ |
build |
[ |
build_manual |
[ |
build_vignettes |
[ |
... |
Other arguments to be passed to
|
Only packages within the NVIverse
can be installed.
use_NVIverse("NVIcheckmate")
use_NVIverse(pkg = c("NVIcheckmate", "NVIdb"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.