camelCaseToSnakeCase: Convert a camel case string to snake case

View source: R/HelperFunctions.R

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


quinterpriest/SqlRender documentation built on April 20, 2022, 12:52 a.m.