Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


upstartr (version 0.1.0)

clean_columns: Cleans up column names by forcing them into tidyverse style

Description

Zero-configuration function that takes unwieldy column names and coerces them into tidyverse-styled column names.

Usage

clean_columns(x)

Arguments

x

A vector of column names.

Value

A character vector of column names.

Examples

Run this code
# 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