toSentence | R Documentation |
Takes a camelCase string and converts it to a sentence format: space-separated, with the first letter capitalized and no period at the end.
toSentence(camelCaseString)
camelCaseString |
A character string in camelCase format. |
A character string converted to sentence format.
toSentence("mergeSmallCategories")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.