cleanup_colnames: Standardize column names

Description Usage

View source: R/cleanup_colnames.R

Description

This function takes a dataframe and changes column names in the following order: 1) Trims whitespace on both sides, 2) converts to uppercase, 3) replaces punctuation of any length with a single underscore, 4) removes trailing underscores from native column names that often times have trailing punctuation (usually decimals)

Usage

1
cleanup_colnames(dataframe)

patelm9/somersaulteR documentation built on Dec. 18, 2019, 5:55 a.m.