R/cattr2str.R

cattr2str <- function (colattr) {
    return(do.call(function(...) paste(..., sep = '_'), colattr))
}

Try the zoocat package in your browser

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

zoocat documentation built on May 2, 2019, 10:22 a.m.