head.DAIFrame.RdReturns the first n rows of the data.
# S3 method for DAIFrame head(x, n = 6, ...)
| x | DAIFrame |
|---|---|
| n | Number of rows to return. |
| ... | Additional parameters to pass. |
# NOT RUN { dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) head(iris_dai) # }