Description Usage Arguments Value Examples
View source: R/utility_functions.R
Make first letter of every word uppercase. It is advised to use a string with all lower case as input.
1 | simpleCap(x)
|
x |
A character value (string) preferably lowercase string. |
A character value (string) with first letter of each word in capital.
1 | simpleCap("watch the magic")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.