if (FALSE) {
library(h2o)
# Try to connect to a H2O instance running at http://localhost:54321/cluster_X
#h2o.connect(ip = "localhost", port = 54321, context_path = "cluster_X")
# Or
#config = list(ip = "localhost", port = 54321, context_path = "cluster_X")
#h2o.connect(config = config)
# Skip strict version check during connecting to the instance
#h2o.connect(config = c(strict_version_check = FALSE, config))
}
Run the code above in your browser using DataLab