Create Normalized Variable Names for GESIS Columns

normalize_names(x)

Arguments

x

A vector of the GESIS variable names

Examples

normalize_names ( c("UPPER CASE VAR", "VAR NAME WITH % SYMBOL") )
#> [1] "upper_case_var" "var_name_with_pct_symbol"