Provides the summary data.frame about the DAIFrame.

# S3 method for DAIFrame
summary(object, digits = max(3L, getOption("digits")), ...)

Arguments

object

DAIFrame

digits

Number of decimal places to round the statistics to.

...

Additional parameters to pass.

Value

Summary statistics

Examples

dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai')
iris_dai <- as.DAIFrame(iris, progress = FALSE)
summary(iris_dai)