powered by
tempDatesFun takes the Excel datetime column, which imports as character, and converts it into a date type
tempDatesFun(x)
The column of interest
An object to pass along to ggplot objects following the "+" sign
Other Misc: AutoH2OTextPrepScoring, ChartTheme, PrintObjectsSize, RemixTheme, SimpleCap, multiplot, percRank, tokenizeH2O
AutoH2OTextPrepScoring
ChartTheme
PrintObjectsSize
RemixTheme
SimpleCap
multiplot
percRank
tokenizeH2O
# 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