h2o.openLog | R Documentation |
Open existing logs of H2O R POST commands and error resposnes on local disk. Used primarily for debugging purposes.
h2o.openLog(type)
type |
Currently unimplemented. |
h2o.startLogging, h2o.stopLogging,
h2o.clearLog
## Not run:
h2o.init()
h2o.startLogging()
australia_path = system.file("extdata", "australia.csv", package = "h2o")
australia = h2o.importFile(path = australia_path)
h2o.stopLogging()
# Not run to avoid windows being opened during R CMD check
# h2o.openLog("Command")
# h2o.openLog("Error")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.