is_try_error: Is the element of class "try-error"?

View source: R/is_class.R

is_try_errorR Documentation

Is the element of class "try-error"?

Description

Is the element of class "try-error"?

Usage

is_try_error(.x)

Arguments

.x

the object to test

Value

A logical

Examples

x <- attempt(log("a"), silent = TRUE)
is_try_error(x)


ColinFay/attempt documentation built on Aug. 26, 2024, 9:52 a.m.