View source: R/package-installation.R
install_packages | R Documentation |
Install a list of packages
install_packages(
packages = get_pkglist(),
lib = assure_user_lib()[1],
repos = assure_repos(),
dependencies = c("Depends", "Imports")
)
packages |
vector of package names to install |
list with namems of installs attempted, successes, and failures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.