Description Usage Arguments Value Examples
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.
1 | fup(word)
|
word, |
string. Any string. |
string, the input string with the first character transformed to uppercase.
1 | word_up = fup("word");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.