Examples for 'rlang::cnd_type'


What type is a condition?

Aliases: cnd_type

Keywords: internal

### ** Examples

cnd_type(catch_cnd(abort("Abort!")))
[1] "error"
cnd_type(catch_cnd(interrupt()))
[1] "interrupt"

[Package rlang version 1.1.4 Index]