R/anyNA.R

anyNA <-
function(x){
  any(is.na(x))
}

Try the MaskJointDensity package in your browser

Any scripts or data that you put into this service are public.

MaskJointDensity documentation built on May 2, 2019, 8:28 a.m.