R/createRandName.R

Defines functions createRandName

Documented in createRandName

createRandName <-
function(prefix = "panel") {
  paste0(prefix, sample(10000:99999, 1))
}

Try the KarsTS package in your browser

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

KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.