throw_error()
stops execution of the current expression and executes an
error action.
catch_conditions()
handles unusual conditions.
throw_error(.subclass, message, call = NULL, ...)throw_warning(.subclass, message, call = NULL, ...)
catch_conditions(expr)
A character
string specifying the class of
the message to be returned.
A character
string specifying the message to be
returned.
The call.
Extra arguments.
An expression to be evaluated.