abort_package_not_installed | R Documentation |
Creates a custom error condition created with
rlang::abort()
with a - hopefully - more useful
error message and metadata.
abort_package_not_installed(package)
package |
A character string with the required package name. |
Returns an error condition of classerror_package_not_installed.
abort_argument_type()
,
abort_argument_class()
,
abort_argument_length()
,
abort_argument_diff_length()
,
abort_column_not_found()
,
abort_no_method_for_class()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.