View source: R/packages--check.R
is_pkg_installed | R Documentation |
Check if packae is installed
is_pkg_installed(pkgs)
pkgs |
(character) A list of installed packages. |
A logical vector for each input element.
is_pkg_installed("bio")
is_pkg_installed(c("bio", "utils", "grugru"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.