R/normVarNames.R

Defines functions normVarNames

Documented in normVarNames

normVarNames <- function(vars, sep="_")
{
  return(janitor::make_clean_names(vars, numerals="right"))
}

Try the rattle package in your browser

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

rattle documentation built on March 21, 2022, 5:06 p.m.