as.data.frame.DAIFrame.RdConvert DAIFrame to R's data.frame
# S3 method for DAIFrame as.data.frame(df, progress = getOption("dai.progress", TRUE))
| df | An instance of   | 
    
|---|---|
| progress | Whether to display a progress bar.  | 
    
A data.frame representing the dataset.
dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) iris_df <- as.data.frame(iris_dai)