camel | R Documentation |
Transform snake_case into CamelCase
camel(x)
x |
: A string containing "snake_case" or a string list or a vector of strings |
Camel can be used to transform snake_case notation into a CamelCase notation. You can use it on string, string list or string vector. This could be usefull to transform all columns name into a standard notation
x with any occurrence transformed in to a CamelCase
test <- "snake_case"
camel(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.