first_up | R Documentation |
Doesn't alter the capitalisation of any other characters, just the first one.
first_up(string)
string |
Character vector. |
Character vector with first character upper case.
first_up("string")
first_up(c("string", "another string"))
first_up(c("1 string", "another string", "Yet another string"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.