View source: R/config-packages.R
is_inst | R Documentation |
Check if a package is installed.
is_inst(pkg)
pkg |
string: package to search installation path for |
This function provides a lightweight alternative to
utils::installed.packages()
by using nzchar instead.
logical (TRUE/FALSE)
## Not run: is_inst("dplyr") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.