Learn R Programming

RemixAutoML (version 0.11.0)

SimpleCap: SimpleCap function is for capitalizing the first letter of words

Description

SimpleCap function is for capitalizing the first letter of words (need I say more?)

Usage

SimpleCap(x)

Arguments

x

Column of interest

Value

An object to pass along to ggplot objects following the "+" sign

See Also

Other Misc: AutoH2OTextPrepScoring, ChartTheme, PrintObjectsSize, RemixTheme, multiplot, percRank, tempDatesFun, tokenizeH2O

Examples

Run this code
# NOT RUN {
x <- "adrian"
x <- SimpleCap(x)
# }

Run the code above in your browser using DataLab