.is_pkg_installed {epiparameterDB} | R Documentation |
Check whether a package is installed
Description
Check whether a package is installed
Usage
.is_pkg_installed(package)
Arguments
package |
string naming the package/name space to load. |
Details
This functions allows testing for when a suggested package dependency is not installed to check if conditional code can be run.
Value
Invisibly returns a boolean logical
.
[Package epiparameterDB version 0.1.0 Index]