View source: R/HelperFunctions.R
camelCaseToSnakeCaseNames | R Documentation |
Convert the names of an object from camel case to snake case
camelCaseToSnakeCaseNames(object)
object |
The object of which the names should be converted |
The same object, but with converted names.
x <- data.frame(conceptId = 1, conceptName = "b")
camelCaseToSnakeCaseNames(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.