Is return value of try an exception?
Checks if an object is of class “try-error” or “error”.
is.error(x)
x |
[any] |
[logical(1)
].
x = try(stop("foo")) print(is.error(x)) x = 1 print(is.error(x))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.