R/predicates.R
or.Rd
Combine predicate functions to check if any are TRUE
or(...)
Predicate functions
A predicate function
or(not_null, not_na)(1) #> [1] TRUE or(not_null, not_na)(NULL) #> [1] TRUE