Check whether packages are installed
is.installed(packages)logical vector
Other pkg-utils:
CRANpkg(),
Githubpkg(),
get_dependencies(),
get_fun_from_pkg(),
mypkg(),
packageTitle()
is.installed(c("dplyr", "ggplot2"))
#> dplyr ggplot2
#> FALSE FALSE