R/is.empty.R

is.empty <-
function(x, mode=NULL){
     if (is.null(mode)) mode <- class(x)
     identical(vector(mode,1),c(x,vector(class(x),1)))
}

Try the b6e6rl package in your browser

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

b6e6rl documentation built on May 1, 2019, 11:24 p.m.