R/generateLabel.R

Defines functions generateLabel

generateLabel <- function(identifier_s_1) {
  tolower(gsub('([A-Z]+)', ' \\1', identifier_s_1, perl = TRUE))
}

Try the wyz.code.rdoc package in your browser

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

wyz.code.rdoc documentation built on Oct. 6, 2021, 9:07 a.m.