Description Usage Arguments Examples
Install/Upgrade H2O Package and JVM to the latest or a specific bleeding edge version
1 | install_h2o(h2o_ver = NULL, force = FALSE)
|
h2o_ver |
Specific a version number. If left empty (null), it will install the latest version. |
1 2 3 4 5 6 7 8 | ## Install/upgrade h2o to the latest bleeding edge version
install_h2o()
## Install a specific version (e.g. 1500)
install_h2o(h2o_ver = '1500')
## Force overwritting existing version
install_h2o(h2o_ver = '1500', force = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.