capitalise_words | R Documentation |
Turn the first letter of each word in a string into its capital version
capitalise_words(x, sep = fixed(" "))
capitalize_words(x)
x |
a vector of character strings |
sep |
separator between words. Defaults to single space. |
toupper
, capitalise
capitalise_words("the quick red fox jumps over the lazy brown dog")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.