summary.DAIFrame.RdProvides the summary data.frame about the DAIFrame.
# S3 method for DAIFrame summary(object, digits = max(3L, getOption("digits")), ...)
| object | DAIFrame |
|---|---|
| digits | Number of decimal places to round the statistics to. |
| ... | Additional parameters to pass. |
Summary statistics
# NOT RUN { dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) summary(iris_dai) # }