check_install_packages: check_install_packages check if each package in vector is...

View source: R/check_install_packages.R

check_install_packagesR Documentation

check_install_packages check if each package in vector is installed, if not, installs it

Description

check_install_packages check if each package in vector is installed, if not, installs it

Usage

check_install_packages(x, y = "https://vps.fmvz.usp.br/CRAN/")

Arguments

x

vector of package names to be checked an installed

y

cran mirror

Value

install packages if not detected

Examples


check_install_packages(c("lubridate","devtools"))

moraessaur/organizr documentation built on Dec. 1, 2022, 12:39 p.m.