camelCaseToSnakeCaseNames: Convert the names of an object from camel case to snake case

View source: R/HelperFunctions.R

camelCaseToSnakeCaseNamesR Documentation

Convert the names of an object from camel case to snake case

Description

Convert the names of an object from camel case to snake case

Usage

camelCaseToSnakeCaseNames(object)

Arguments

object

The object of which the names should be converted

Value

The same object, but with converted names.

Examples

x <- data.frame(conceptId = 1, conceptName = "b")
camelCaseToSnakeCaseNames(x)


OHDSI/SqlRender documentation built on March 26, 2024, 5:32 p.m.