clean_columns {upstartr} | 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?"))