View source: R/registerExtensions.R
| ensureExtensionNamespaces | R Documentation |
For each extension whose requirement is not NA_character_, checks that the
package is installed and up-to-date, installs or upgrades via
pak::pkg_install() if install = TRUE, then calls loadNamespace().
ensureExtensionNamespaces(extensions, install = FALSE)
extensions |
Named character vector of extensions. |
install |
Logical. If |
Invisibly TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.