Description Usage Arguments Value Author(s) References Examples
A predicate for whether a package is installed
1 | is_inst(pkg)
|
pkg |
a character string with the name of a single package. An error occurs if more than one package name is given. |
TRUE
if a package is installed, and FALSE
otherwise.
1 | is_inst("grDevices")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.