capitalise | R Documentation |
Capitalises strings in provided character vector
capitalise(x)
x |
a character vector to capitalise |
character vector with capitalised string elements
capitalise(c("foo", "bar")) # [1] "Foo" "Bar"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.