conditions {arkhe} | R Documentation |
Conditions
Description
-
throw_error()
stops execution of the current expression and executes an error action. -
throw_warning()
generates a warning message. -
catch_conditions()
andcatch_message()
handles unusual conditions.
Usage
throw_error(.subclass, message, call = NULL, ...)
throw_warning(.subclass, message, call = NULL, ...)
catch_message(expr)
catch_conditions(expr)
Arguments
.subclass |
A |
message |
A |
call |
The call. |
... |
Extra arguments. |
expr |
An expression to be evaluated. |
Author(s)
N. Frerebeau
[Package arkhe version 1.9.0 Index]