Prints the textual info about the DAIFrame to the standard output.

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

Arguments

x

DAIFrame

...

Additional parameters to pass.

Value

The DAIFrame itself (invisibly).

See also

Examples

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