View source: R/capitalize_first_char.R
capitalize_first_char | R Documentation |
Convert the first character to upper case. If the first character is upper case, nothing will happen.
capitalize_first_char(s)
s |
a string |
the string, with the first letter in uppercase
Richèl J.C. Bilderbeek
capitalize_first_char("hello")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.