powered by
anyMissing(x, idxs=NULL, ...) colAnyMissings(x, rows=NULL, cols=NULL, ...) rowAnyMissings(x, rows=NULL, cols=NULL, ...)
vector
list
matrix
data.frame
NULL
TRUE
FALSE
anyNA()
anyMissing()
x <- rnorm(n=1000) x[seq(300,length(x),by=100)] <- NA stopifnot(anyMissing(x) == any(is.na(x)))
Run the code above in your browser using DataLab