not_all_NA.Rd
This function will check to see if a vector has at least 1 non- NA
elements
not_all_NA(x)
Vector of length >0 to be evaluated
A logical value (i.e. TRUE
or FALSE
) that answers the question
that any element of vector x
is not NA