JCapWords | R Documentation |
Capitalises the first letter in each word in a string.
JCapWords(s, split = " ", sep = " ", ...)
s |
Character vector to be capitalised. |
split |
Regular expression used to split words to be capitalised. |
sep |
String used to paste words back together. |
... |
Additional arguments passed to |
print(JCapWords("the quick brown fox"))
# => [1] "The Quick Brown Fox"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.