is_not_na.Rd
Determines if a given atomic vector contains at least one non-NA value.
is_not_na(x)
An atomic vector or any other object.
TRUE if the vector contains at least one non-NA value or if the object is not atomic; FALSE otherwise.