namesToLabels {dbWebForms} | R Documentation |
Convert strings to title case, splitting strings into separate words based on a separator.
namesToLabels(x, split = "_")
x |
A string. |
split |
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.
namesToLabels("date_of_birth", split = "_")