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