normalizeVariableNames: Normalize Variable Names

Description Usage Arguments Examples

Description

(1) Replace any all capitals words to lowercase letter pattern. (2) Remove any resulting initial or trailing underscore or multiples. (3) Replace any number sequences not preceded by an

Usage

1
normalizeVariableNames(x, sep = "_")

Arguments

x

the data frame.

sep

the separator character.

Examples

1

danielmarcelino/SciencesPo documentation built on Oct. 20, 2019, 1:15 a.m.