Description Usage Arguments Value
View source: R/check_pkg_status.R
Check if packages are installed or attached
1 | check_pkg_status(..., status, use_list = FALSE)
|
... |
(Dots) Package names as bare names, strings, or a vector of strings.
If left blank, returns a list of all packages that are installed/attached
depending on the value of |
status |
(Character) |
use_list |
(Logical) If |
If dots
is empty, a character vector of package names. Otherwise,
return a named logical vector where TRUE
means the package is installed
or attached, depending on the value of status
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.