isnot_na.Rd
Return TRUE if the value is not a NA.
isnot_na(x)
A vector
A boolean vector with the return from the condition check.
isnot_na(2) #> [1] TRUE isnot_na(NA) #> [1] FALSE