title_case | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.