Convert a camel case string to title case

camelCaseToTitleCase(string)

Arguments

string

The string to be converted

Value

A string

Examples

camelCaseToTitleCase("exposureConceptId1")
#> [1] "Exposure Concept Id 1"