Checks whether elements are defined. Inverse of is.na().
is.defined(x)
x
vector
logical
is.defined(c(1,NA,2))