h2o.ls: List Keys on an H2O Cluster

View source: R/kvstore.R

h2o.lsR Documentation

List Keys on an H2O Cluster

Description

Accesses a list of object keys in the running instance of H2O.

Usage

h2o.ls()

Value

Returns a list of hex keys in the current H2O instance.

Examples

## Not run: 
library(h2o)
h2o.init()
prostate_path <- system.file("extdata", "prostate.csv", package = "h2o")
prostate <- h2o.uploadFile(path = prostate_path)
h2o.ls()

## End(Not run)

h2o documentation built on Aug. 9, 2023, 9:06 a.m.