camelCaseToTitleCase {SqlRender} | R Documentation |
Convert a camel case string to title case
Description
Convert a camel case string to title case
Usage
camelCaseToTitleCase(string)
Arguments
string |
The string to be converted |
Value
A string
Examples
camelCaseToTitleCase("exposureConceptId1")
[Package SqlRender version 1.18.0 Index]