Returns the Dimensions of an H2OFrame
Returns the number of rows and columns for an H2OFrame object.
## S3 method for class 'H2OFrame' dim(x)
x
: An H2OFrame object.## Not run: library(h2o) h2o.init() iris_hf <- as.h2o(iris) dim(iris_hf) ## End(Not run)
dim
for the base R method.