Last chance! 50% off unlimited learning
Sale ends in
Accesses a list of object keys in the running instance of H2O.
h2o.ls()
Returns a list of hex keys in the current H2O instance.
# NOT RUN {
library(h2o)
h2o.init()
prosPath <- system.file("extdata", "prostate.csv", package="h2o")
prostate.hex <- h2o.uploadFile(path = prosPath)
h2o.ls()
# }
Run the code above in your browser using DataLab