View source: R/check_packages.R
check_packages | R Documentation |
Check that packages are installed and install them if not. Optionally, make sure that the most recent version of 'env' packages is installed.
check_packages(packages, update_env = FALSE)
packages |
Character. Packages to check |
update_env |
Logical. Check for any updates to 'env' packages? |
Unique, sorted vector of package names
setup_packages(c("dplyr", "envFunc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.