R/HelperFunctions.R
camelCaseToTitleCase.Rd
Convert a camel case string to title case
camelCaseToTitleCase(string)
The string to be converted
A string
camelCaseToTitleCase("exposureConceptId1") #> [1] "Exposure Concept Id 1"