R/anyMissing.R

Defines functions anyMissing

Documented in anyMissing

anyMissing <- function(x=NULL) {
  .Call("anyMissing", x);
}


############################################################################
# HISTORY:
# 2007-08-14
# o Created. See also R-devel thread "hasNA()/anyNA()?" on 2007-08-13.
############################################################################

Try the Biobase package in your browser

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

Biobase documentation built on Nov. 8, 2020, 6:52 p.m.