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