Description Usage Arguments Value Examples
View source: R/testFormatters.R
Converts 1st character of string to upper case and all other characters to lower case. Refer to https://stackoverflow.com/questions/24956546/capitalizing-letters-r-equivalent-of-excel-proper-function
| 1 | 
| x | the string to be formatted | 
the string in proper case
| 1 | to_proper_case(x = "An Example String")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.