powered by
Return a logical indicating if all elements are `NA`
allNA(x)
data vector
A logical variable indicating all elements are 'NA'
# NOT RUN { allNA(c(NA, NA, 1, NA)) ## FALSE # }
Run the code above in your browser using DataLab