is.error {baker}R Documentation

Test for 'try-error' class

Description

Test for 'try-error' class

Usage

is.error(x)

Arguments

x

An object to be test if it is "try-error"

Value

Logical. TRUE for "try-error"; FALSE otherwise

References

http://adv-r.had.co.nz/Exceptions-Debugging.html


[Package baker version 1.0.3 Index]