Description Usage Arguments Value Examples
Normalize names to lowercase separated by underscores from character vector.
1  | 
df | 
 A dataframe to be coerced to have syntactically valid names.  | 
A dataframe with normalized variable names.
1 2  | d <- data.frame(list('An'=1, 'ex.amPLE'=2, ' of me$$y'=3, 'var__i@ble names  '=4))
clean_names(d)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.