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