powered by
h2o.stopLogging()
h2o.startLogging, h2o.clearLogs, h2o.openLog, h2o.getLogPath, h2o.setLogPath
library(h2o) localH2O = h2o.init() h2o.startLogging() ausPath = system.file("extdata", "australia.csv", package="h2o") australia.hex = h2o.importFile(localH2O, path = ausPath) h2o.stopLogging()
Run the code above in your browser using DataLab