Description Usage Arguments Value Examples
Removes trailing spaces, changes multiple spaces for one, changes spaces and "." for "_", transforms camelCase to camel_case, removes Spanish characters -accents and ñ-, transforms all to lowercase.
1  | normalize_names(column_names)
 | 
A | 
 character vector. Column names with invalid characters.  | 
A character vector.
1  | normalize_names(c("Hello  world   ", "another.name", "camelCase", "ALL"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.