title_case {taylor} | R Documentation |
Capitalize the first letter of each word, and convert the remaining string to lower case.
title_case(string)
string |
String to modify. |
A character string with the first letter of each word capitalized.
title_case("taylor swift")
title_case("Taylor Swift")
title_case("TAYLOR SWIFT")