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