R/zzz.R
clean_names.Rd
Clean names
clean_names(x)
the object with names to be cleaned
A data frame with names in lowercase, spaces as underscores and brackets and forward slashes removed
if (FALSE) df <- clean_name(df)