is_condition {rlang} | R Documentation |
Is object a condition?
Description
Is object a condition?
Usage
is_condition(x)
is_error(x)
is_warning(x)
is_message(x)
Arguments
x |
An object to test. |
[Package rlang version 1.1.6 Index]
is_condition {rlang} | R Documentation |
Is object a condition?
is_condition(x)
is_error(x)
is_warning(x)
is_message(x)
x |
An object to test. |