R/helpers.R

Defines functions n2e

n2e <- function(x) {
    ifelse(is.na(x), "", x)
}

Try the semnar package in your browser

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

semnar documentation built on Nov. 3, 2022, 5:06 p.m.