any,validation-method | R Documentation |
Test if any validation resulted in TRUE
## S4 method for signature 'validation'
any(x, ..., na.rm = FALSE)
x |
|
... |
ignored |
na.rm |
[ |
Other validation-methods:
aggregate,validation-method
,
all,validation-method
,
barplot,validation-method
,
check_that()
,
compare()
,
confront()
,
event()
,
names<-,rule,character-method
,
plot,validation-method
,
sort,validation-method
,
summary()
,
validation-class
,
values()
val <- check_that(women, height>60, weight>0)
any(val)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.