cleanup_colnames: Standardize Column Names This function takes a dataframe and...

Description Usage Arguments

View source: R/deprecated2.R

Description

Standardize Column Names 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)

Arguments

dataframe

input dataframe


meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.