Learn R Programming

h2o (version 2.8.4.4)

zzz_ShutdownAfterExamples: Shutdown H2O cloud after examples run (for H2O developers only)

Description

zzz_ShutdownAfterExamples, shutdown H2O cloud after examples run. This is only relevant for H2O developers during the building of the CRAN package.

Arguments

Examples

Run this code
# -- CRAN examples begin --
library(h2o)
localH2O = h2o.init()
h2o.shutdown(localH2O, prompt = FALSE)
Sys.sleep(2)
# -- CRAN examples end --

Run the code above in your browser using DataLab