none.Rd
Function to check if none of the elements are true
none(x, ...)
Boolean vector
arguments inherited from all
A boolean vector of length 1.
none(c(FALSE, FALSE, TRUE)) #> [1] FALSE none(c(FALSE, FALSE, FALSE)) #> [1] TRUE