ezr.fix_colnames: Fix column names - replace spaces and periods

Description Usage Arguments

Description

Replace periods and spaces in column names with underscores

Usage

1
2
3
ezr.fix_colnames(df_or_vector, return_as_name_vector = TRUE,
  periods2underscore = TRUE, spaces_to_underscore = TRUE,
  lowercase_all = TRUE, uppercase_all = FALSE)

Arguments

df_or_vector

vector of things you want to change. C

periods2underscore

True means replace with underscore. False means removal.

spaces_to_underscore

True means replace with underscore. False means removal.

lowercase_all

Fix the case of the data...Make it all lowercase for ease of use

uppercase_all

Fix the case of the data...Make it all uppercase for ease of use


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.