View source: R/utils-package.R
check_installed_packages | R Documentation |
Check If Packages Are Installed, Returns Missing Packages
check_installed_packages(
pkgs,
libs = base::.libPaths(),
auto_install = FALSE,
...
)
pkgs |
vector of packages to install |
libs |
paths of libraries |
auto_install |
automatically install packages if missing |
... |
other parameters for |
package names that are not installed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.