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.4
Index
]