Sentence case
Examples
x <- c("the quick Brown fox", "using AIC for model selection")
sentenceCase(x)
#> [1] "The quick brown fox" "Using AIC for model selection"
Sentence case
x <- c("the quick Brown fox", "using AIC for model selection")
sentenceCase(x)
#> [1] "The quick brown fox" "Using AIC for model selection"