Skip to contents

Shutdown H2O cluster after examples run

Examples

if (FALSE) { # \dontrun{
library(h2o)
h2o.init()
h2o.shutdown(prompt = FALSE)
Sys.sleep(3)
} # }