R/fastverse.R
not_na.Rd
Predicate to filter out NAs
not_na(x)
vector
<logical> vector
<logical>
not_na(c(NA, "AA")) #> [1] FALSE TRUE