ucfirst | R Documentation |
Capitalizes the first character is a string. Not particularly robust. Copied over from Perl code.
ucfirst(str)
str |
a string. |
The same string with the first letter capitalized.
ucfirst("foo bar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.