camelCase | R Documentation |
Converts text with separators to camel case (i.e., camelCase)
camelCase(x, sep = "_")
x |
Vector of text to be converted |
sep |
The symbol that separates words in the text |
Eliminates separating character and capitalizes the first letter of each word except the first word. For example converts "This is an example" to thisIsAnExample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.