Learn R Programming

SqlRender (version 1.6.2)

camelCaseToSnakeCase: Convert a camel case string to snake case

Description

Convert a camel case string to snake case

Usage

camelCaseToSnakeCase(string)

Arguments

string

The string to be converted

Value

A string

Examples

Run this code
# NOT RUN {
camelCaseToSnakeCase("exposureConceptId1")
# > 'exposure_concept_id_1'

# }

Run the code above in your browser using DataLab