toCaps | R Documentation |
The function capitalizes the first character of the given string or every element of the character vector.
toCaps(word)
word |
character vector |
character vector
Małgorzata Oleś <malgorzata.oles@embl.de>
toCaps("abc")
toCaps(c("abc", "Abc", "aBC", "ABC", "4you"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.