is_full_na test if the vector is full of NA's
is_full_na(.)
.
a vector
a vector of boolean
is_full_na(c(NA, NA, NA))