is.DAIFrame.RdTests whether an object is an instance of DAIFrame class.
is.DAIFrame(obj)
| obj | Object |
|---|
TRUE if the object is an instance of DAIFrame, FALSE otherwise.
# NOT RUN { dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) is.DAIFrame(iris_dai) is.DAIFrame(iris) # }