fup | R Documentation |
Transform first character of a string to uppercase. This is useful when labeling plots. Important: this function does not know about different encodings, languages or anything, it just calls toupper
for the first character.
fup(word)
word |
string. Any string. |
string, the input string with the first character transformed to uppercase.
word_up = fup("word");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.