dim.H2OFrame | R Documentation |
Returns the number of rows and columns for an H2OFrame object.
## S3 method for class 'H2OFrame'
dim(x)
x |
An H2OFrame object. |
dim
for the base R method.
## Not run:
library(h2o)
h2o.init()
iris_hf <- as.h2o(iris)
dim(iris_hf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.