h2o.setTimezone | R Documentation |
Set the Time Zone on the H2O cluster
h2o.setTimezone(tz)
tz |
The desired timezone. |
## Not run:
library(h2o)
h2o.init()
h2o.setTimezone("America/Juneau")
h2o.getTimezone()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.