powered by
Zero-configuration function that takes unwieldy column names and coerces them into tidyverse-styled column names.
clean_columns(x)
A character vector of column names.
A vector of column names.
clean_columns(c("Date of Purchase", "Item No.", "description", "", "Transaction at Jane's Counter?", "Auditing - Worth it?"))
Run the code above in your browser using DataLab