R/str.range.R

str.range <-
function(x){
    if (is.numeric(x)) x <- sort(x)
    paste(x[1], x[length(x)], sep=' - ')
}

Try the ilc package in your browser

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

ilc documentation built on May 2, 2019, 5:07 a.m.