powered by
Convert the names of an object from snake case to camel case
snakeCaseToCamelCaseNames(object)
The same object, but with converted names.
The object of which the names should be converted
x <- data.frame(concept_id = 1, concept_name = "b") snakeCaseToCamelCaseNames(x)
Run the code above in your browser using DataLab