camelCase.Rd
EXPERIMENTAL
camelCase(x, sep_pattern = "_|\\s")
a character vector
character
a regex pattern to match separators
regex
a character vector that follows camelCase guidelines
camelCase("foo_bar") #> [1] "fooBar"