dim.H2OFrame: Returns the Dimensions of an H2OFrame

View source: R/frame.R

dim.H2OFrameR Documentation

Returns the Dimensions of an H2OFrame

Description

Returns the number of rows and columns for an H2OFrame object.

Usage

## S3 method for class 'H2OFrame'
dim(x)

Arguments

x

An H2OFrame object.

See Also

dim for the base R method.

Examples

## Not run: 
library(h2o)
h2o.init()

iris_hf <- as.h2o(iris)
dim(iris_hf)

## End(Not run)

h2o documentation built on Aug. 9, 2023, 9:06 a.m.