View source: R/check_install_packages.R
check_install_packages | R Documentation |
check_install_packages check if each package in vector is installed, if not, installs it
check_install_packages(x, y = "https://vps.fmvz.usp.br/CRAN/")
x |
vector of package names to be checked an installed |
y |
cran mirror |
install packages if not detected
check_install_packages(c("lubridate","devtools"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.