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