toupper_all | R Documentation |
Function for Capitalize First Letters of all Words in a string.
Taken from ?toupper()
.
toupper_all(x)
x |
A string. |
s = c('hello darkness my old Friend')
toupper_all(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.