Rdocumentation
powered by
Learn R Programming
h2o (version 3.8.3.3)
h2o.downloadAllLogs: Download H2O Log Files to Disk
Description
h2o.downloadAllLogs
downloads all H2O log files to local disk. Generally used for debugging purposes.
Usage
h2o.downloadAllLogs(dirname = ".", filename = NULL)
Arguments
dirname
(Optional) A character string indicating the directory that the log file should be saved in.
filename
(Optional) A character string indicating the name that the log file should be saved to.