R/empty2na.R

empty2na <- function(x) return(ifelse(length(x)==0,NA,x))

Try the tlocoh package in your browser

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

tlocoh documentation built on May 2, 2019, 5:27 p.m.