pretty_words.Rd
Convert string to title casing. Useful for fixing patient or street names.
pretty_words(x)
String variable.
Input string in title casing format.
pretty_words("MeSsY DaTa GiVeS mE a HeAdAcHe.") #> [1] "Messy Data Gives Me a Headache."