powered by
Given a vector, returns TRUE for all entities that aren't NA.
not.na(x)
A vector to check for NAs against.
A vector of elements that aren't NA
# NOT RUN { not.na(c(1, NA, 2, NA)) # }
Run the code above in your browser using DataLab