| capIt | R Documentation | 
Capitalize the first letter of a string or the first letters of a list of strings.
capIt(x)
| x | Character or character vector. | 
Character or character vector.
toupper, tolower,
x <- c('shots', 'were', 'exchanged at the ', 'hospital.')
capIt(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.