Learn R Programming

RemixAutoML (version 0.11.0)

tempDatesFun: tempDatesFun Convert Excel datetime char columns to Date columns

Description

tempDatesFun takes the Excel datetime column, which imports as character, and converts it into a date type

Usage

tempDatesFun(x)

Arguments

x

The column of interest

Value

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

See Also

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

Examples

Run this code
# NOT RUN {
Cdata <- data.table::data.table(DAY_DATE = "2018-01-01 8:53")
Cdata[, DAY_DATE := tempDatesFun(DAY_DATE)]
# }

Run the code above in your browser using DataLab