h2o.ls | R Documentation |
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()
prostate_path <- system.file("extdata", "prostate.csv", package = "h2o")
prostate <- h2o.uploadFile(path = prostate_path)
h2o.ls()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.