View source: R/capitalizeStrings.R
capitalizeStrings | R Documentation |
Capitalise first word or all words of a character vector. Lower back of vector element or word, respectively.
capitalizeStrings(x, all.words = FALSE, lower.back = FALSE)
x |
[ |
all.words |
[ |
lower.back |
[ |
Capitalized vector: [character(n)
].
capitalizeStrings(c("the taIl", "wags The dOg", "That looks fuNny!")) capitalizeStrings(c("the taIl", "wags The dOg", "That looks fuNny!") , all.words = TRUE, lower.back = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.