powered by
chkMissing(...)
is.na
link{anyMissing}
x <- c(1, 4, NA, 0, 5) chkMissing(x) # [1] TRUE
Run the code above in your browser using DataLab