is_not_empty.Rd
Check if a vector is not empty, i.e. not null, positive length and not filled with NA
is_not_empty(x)
A vector
TRUE if the vector is not empty, FALSE otherwise