cnd_is | R Documentation |
is
functions for cndis
functions for cnd
is_condition(x)
is_cnd_condition(x)
is_cnd_generator(x, type = c("error", "warning", "message", "condition"))
is_conditioned_function(x)
x |
An object |
type |
A specific type to check |
TRUE
or FALSE
for the test
is_condition(simpleCondition(""))
is_cnd_condition(simpleCondition(""))
con <- condition("is")
is_condition(con)
is_cnd_condition(con)
is_condition(con())
is_cnd_condition(con())
is_cnd_generator(con)
is_conditioned_function(cnd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.