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