camelCaseToSnakeCase {SqlRender}R Documentation

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

camelCaseToSnakeCase("exposureConceptId1")


[Package SqlRender version 1.17.0 Index]