powered by
validator(..., .file)
syntax
validator
validator-class
logical
A validating expression is an expression whose evaluation results in TRUE, FALSE or NA.
TRUE
FALSE
NA
confront
check_that
summary,expressionset-method
v <- validator( height>0 ,weight>0 ,height < 1.5*mean(height) ) cf <- confront(women, v) summary(cf)
Run the code above in your browser using DataLab