Tests whether an object is a deputy error condition.
Examples
if (FALSE) { # \dontrun{
tryCatch(
abort_deputy("test"),
error = function(e) {
is_deputy_error(e)
# TRUE
}
)
} # }
Tests whether an object is a deputy error condition.
if (FALSE) { # \dontrun{
tryCatch(
abort_deputy("test"),
error = function(e) {
is_deputy_error(e)
# TRUE
}
)
} # }