clean_columns | R Documentation |
Zero-configuration function that takes unwieldy column names and coerces them into tidyverse-styled column names.
clean_columns(x)
x |
A vector of column names. |
A character vector of column names.
clean_columns(c("Date of Purchase", "Item No.", "description", "",
"Transaction at Jane's Counter?", "Auditing - Worth it?"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.