.check_package_available | R Documentation |
Internal function to check if a package is available for loading.
This wrapper around .check_package_available
makes testing easier
by allowing the dependency check to be mocked.
.check_package_available(pkg)
pkg |
Character string specifying the package name to check |
Logical value: TRUE
if the package is available,
FALSE
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.