powered by
Does object contain any missing values?
noNA(x)
object to test
Other assertions: are_equal, is.error, is.scalar, not_empty
are_equal
is.error
is.scalar
not_empty
# NOT RUN { see_if(noNA("a")) see_if(noNA(c(TRUE, NA))) x <- sample(c(1:10, NA), 100, rep = TRUE) see_if(noNA(x)) # }
Run the code above in your browser using DataLab