Convert snake_case to CamelCase.

camelize(x, first = FALSE)

Arguments

x
Name of function/object to be converted from snake to camel.
first
Logical.

See also

Taken from ~/ggplot2/utilities.r. Taken from ~/ggplot2/utilities.r