throw_error
stops execution of the current expression and executes an
error action.
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.
catch_conditions
handles unusual conditions.