powered by
Begin logging H2o R POST commands and error responses to local disk. Used primarily for debuggin purposes.
h2o.startLogging(file)
a character string name for the file, automatically generated
h2o.stopLogging, h2o.clearLog, h2o.openLog
library(h2o) h2o.init() h2o.startLogging() ausPath = system.file("extdata", "australia.csv", package="h2o") australia.hex = h2o.importFile(path = ausPath) h2o.stopLogging()
Run the code above in your browser using DataLab