powered by
H2OParsedData
nrow(x) ncol(x)
dim
library(h2o) localH2O = h2o.init() irisPath = system.file("extdata", "iris.csv", package="h2o") iris.hex = h2o.importFile(localH2O, path = irisPath, key = "iris.hex") nrow(iris.hex) ncol(iris.hex)
Run the code above in your browser using DataLab