RenameCols: RenameCols

Description Usage Arguments Examples

View source: R/RenameCols.R

Description

RenameCols changes the columns in the data.frame argument to lower case and removes spacing/punctuation from column names. Also by DEFAULT will remove the "_BATCH_" columns that Domo appends to uploaded files.

Usage

1
RenameCols(ds, rmbtch = TRUE)

Arguments

ds

data.frame of any number of columns and rows.

rmbtch

if FALSE, keep the "_BATCH_" columns that uploaded files into Domo get appended. By DEFUALT (rmbtch = TRUE) removes these columns.

Examples

1
2
{ ~kwd1 }
{ ~kwd2 }

cscheller/USACOPMStandard documentation built on Nov. 7, 2019, 12:12 a.m.