camelCaseToTitleCase: Convert a camel case string to title case

View source: R/HelperFunctions.R

camelCaseToTitleCaseR 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")


OHDSI/SqlRender documentation built on Sept. 7, 2024, 5:15 p.m.