R/missing0.R

Defines functions missing0

Documented in missing0

missing0 <- function(x){
  missing(x) || (length(x)<1)
}

Try the Ecfun package in your browser

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

Ecfun documentation built on May 2, 2019, 6:53 p.m.