powered by
## S3 method for class 'H2OFrame': as.data.frame(x, ...)
h2o.init() prosPath <- system.file("extdata", "prostate.csv", package="h2o") prostate.hex <- h2o.uploadFile(path = prosPath) as.data.frame(prostate.hex)
Run the code above in your browser using DataLab