most.Rd
IF more than half the values are TRUE, returns TRUE
most(x)
lgl
Other conditionals: is_error(), is_legit(), is_project(), larger(), same(), zchar()
is_error()
is_legit()
is_project()
larger()
same()
zchar()
most(c(TRUE,TRUE,FALSE)) #> [1] TRUE most(c(TRUE,FALSE,FALSE)) #> [1] FALSE