
Last chance! 50% off unlimited learning
Sale ends in
Zero-configuration function that takes unwieldy column names and coerces them into tidyverse-styled column names.
clean_columns(x)
A vector of column names.
A character vector of column names.
# NOT RUN {
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