powered by
Convert strings to title case, splitting strings into separate words based on a separator.
namesToLabels(x, split = "_")
A string.
A string, used to split x into constituent words to be converted to title case.
A string, converted to title case with split words separated with a space character.
# NOT RUN { namesToLabels("date_of_birth", split = "_") # }
Run the code above in your browser using DataLab