R/nchar0.R

Defines functions nchar0

Documented in nchar0

nchar0 <- function(x, ...){
  is.null(x) || (length(x) == 0) || 
    (max(nchar(x)) == 0) 
  
}

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.