format.DAIFrame.Rd
Provides a textual description of the DAIFrame.
# S3 method for DAIFrame format(x, ...)
x | DAIFrame |
---|---|
... | Additional parameters to pass. |
A string representing the DAIFrame.
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)