R/frame.R
h2o.as_date.RdFunctions to convert between character representations and objects of class "Date" representing calendar dates.
h2o.as_date(x, format, ...)if (FALSE) { # \dontrun{
library(h2o)
h2o.init()
f <- "https://s3.amazonaws.com/h2o-public-test-data/smalldata/jira/v-11-eurodate.csv"
hdf <- h2o.importFile(f)
h2o.as_date(hdf["ds5"], "%d.%m.%y %H:%M")
} # }