capitalize | R Documentation |
Capitalize
capitalize(object, ...)
## S4 method for signature 'character'
capitalize(object, strict = FALSE)
object |
Object. |
strict |
|
... |
Additional arguments. |
Modified object.
Updated 2020-01-27.
x <- c("the quick Brown fox", "using AIC for model selection")
capitalize(x, strict = FALSE)
capitalize(x, strict = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.