capitalize | R Documentation |
Capitalizes the characters Making the first letter uppercase
capitalize(x, force_tolower = FALSE)
x |
A vector of character strings to be capitalized. |
force_tolower |
Whether to force the remaining letters to be lowercase. |
x <- c("dna methylation", "rRNA processing", "post-Transcriptional gene silencing")
capitalize(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.