Description Usage Arguments Value Examples
Is the element of class "try-error"?
1 | is_try_error(.x)
|
.x |
the object to test |
A logical
1 2 | x <- attempt(log("a"), silent = TRUE)
is_try_error(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.