.is_pkg_installed | R Documentation |
Check whether a package is installed
.is_pkg_installed(package)
package |
string naming the package/name space to load. |
This functions allows testing for when a suggested package dependency is not installed to check if conditional code can be run.
Invisibly returns a boolean logical
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.