JCapitalise | R Documentation |
Copied (and changed) from the doc for toupper
.
JCapitalise(s, strict = FALSE, collapse = NULL)
s |
Character vector to be capitalised |
strict |
If |
collapse |
String used to collapse multiple character strings. |
print(JCapitalise("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.