is.installed | R Documentation |
This function checks whether an R package(s) is installed.
is.installed(package.name)
package.name |
Name(s) of the packages to be checked. |
Logical value(s).
# Check whether there is a 'base' and 'splines' package:
is.installed(c("base", "splines"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.