h2o.clearLog function

Delete All H2O R Logs

Delete All H2O R Logs

Clear all H2O R command and error response logs from the local disk. Used primarily for debugging purposes.

h2o.clearLog()

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)

See Also

h2o.startLogging, h2o.stopLogging, h2o.openLog

  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11