h2o.clearLog {h2o} | R Documentation |
Delete All H2O R Logs
Description
Clear all H2O R command and error response logs from the local disk. Used primarily for debugging purposes.
Usage
h2o.clearLog()
See Also
h2o.startLogging, h2o.stopLogging,
h2o.openLog
Examples
## Not run:
library(h2o)
h2o.init()
h2o.startLogging()
australia_path = system.file("extdata", "australia.csv", package = "h2o")
australia = h2o.importFile(path = australia_path)
h2o.stopLogging()
h2o.clearLog()
## End(Not run)
[Package h2o version 3.44.0.3 Index]