Provides a textual description of the DAIFrame.

# S3 method for DAIFrame
format(x, ...)

Arguments

x

DAIFrame

...

Additional parameters to pass.

Value

A string representing the DAIFrame.

See also

Examples

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