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