h2o.downloadAllLogs | R Documentation |
h2o.downloadAllLogs
downloads all H2O log files to local disk in .zip format. Generally used for debugging purposes.
h2o.downloadAllLogs(dirname = ".", filename = NULL)
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. Note that the saved format is .zip, so the file name must include the .zip extension. |
## Not run:
h2o.downloadAllLogs(dirname='./your_directory_name/', filename = 'autoh2o_log.zip')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.