Description Usage Arguments Value Examples
Standardises column names into an oft-acceptable format
1 |
data |
The dataset to standardise |
The dataset with standardised column names
1 2 3 4 | data <- dplyr::data_frame(var = 0, Var = 0, camelCase = 0,
good_name = 0, `0none.` = 0, `bad ` = 0,
`j&d` = 0, `spac ed` = 0)
standard_column_names(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.