Opposite of is.na
Given a vector, returns TRUE for all entities that aren't NA.
not.na(x)
x |
A vector to check for NAs against. |
A vector of elements that aren't NA
not.na(c(1, NA, 2, NA))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.