print.DAIFrame.Rd
Prints the textual info about the DAIFrame to the standard output.
# S3 method for DAIFrame print(x, ...)
x | DAIFrame |
---|---|
... | Additional parameters to pass. |
The DAIFrame itself (invisibly).
dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) print(iris)