powered by
# S3 method for H2OFrame as.data.frame(x, ...)
as.data.frame.H2OFrame
fread
use.package
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