View source: R/nano_shutdown.R
nano_shutdown | R Documentation |
Shutdown connection to a H2O cluster.
nano_shutdown(prompt = TRUE)
prompt |
a logical specifying whether to prompt the user before shutting down connection to H2O cluster. |
This function is a wrapper for the h2o.shutdown
function from the H2O
package.
Note, running this function will removal all H2O grids and models built during the session
(hence will invalidate all nano
objects). Save all nano
objects first by using the
nano_save
function before running this function. For more details, see the manual for
h2o.shutdown
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.