h2o (version 3.2.0.3)

h2o.length: Returns the Length of a Parsed H2O Data Object.

Description

Returns the length of an H2OFrame

Usage

h2o.length(x)

## S3 method for class 'H2OFrame': length(x)

Arguments

x
An H2OFrame object.

See Also

length for the base R method.

Examples

Run this code
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