dai.nrow.RdNumber of rows in a DAIFrame.
dai.nrow(df)
| df | DAIFrame  | 
    
|---|
Number of rows in the DAIFrame.
dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) dai.nrow(iris_dai)