R/frame.R
Returns the number of rows and columns for an H2OFrame object.
# S3 method for H2OFrame dim(x)
An H2OFrame object.
dim for the base R method.
dim
# NOT RUN { h2o.init() iris.hex <- as.h2o(iris) dim(iris.hex) # }