h2o (version 3.10.3.6)

h2o.openLog: View H2O R Logs

Description

Open existing logs of H2O R POST commands and error resposnes on local disk. Used primarily for debugging purposes.

Usage

h2o.openLog(type)

Arguments

type
Currently unimplemented.

See Also

h2o.startLogging, h2o.stopLogging, h2o.clearLog

Examples

Run this code
## Not run: ------------------------------------
# h2o.init()
# 
# h2o.startLogging()
# ausPath = system.file("extdata", "australia.csv", package="h2o")
# australia.hex = h2o.importFile(path = ausPath)
# h2o.stopLogging()
# 
# # Not run to avoid windows being opened during R CMD check
# # h2o.openLog("Command")
# # h2o.openLog("Error")
## ---------------------------------------------

Run the code above in your browser using DataCamp Workspace