R/helpers.R
names_to_camel_case.Rd
Convert names of an object to camel case
names_to_camel_case(obj, .recursive = TRUE)
A list or a data frame.
Whether to convert names on all levels.
The input object with camel case names.