ls_pkg | R Documentation |
List a subset of all installed packages
ls_pkg(pkg, ignore_case = TRUE, as_regex = FALSE)
pkg |
A character vector of package names. |
ignore_case |
Do not distinguish between upper and lower case letters in |
as_regex |
Interpret |
A tibble.
Other R package functions:
is_pkg_cran()
,
is_pkg_dir()
,
is_pkg_installed()
,
is_pkgdown_dir()
,
use_pkg()
pal::ls_pkg(pkg = c("methods", "utils"))
pal::ls_pkg(pkg = "^ut",
as_regex = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.