powered by
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
if (FALSE) { library(h2o) h2o.init() iris_hf <- as.h2o(iris) dim(iris_hf) }
Run the code above in your browser using DataLab