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