install_h2o: Install/Upgrade H2O Package and JVM to the latest or a...

Description Usage Arguments Examples

Description

Install/Upgrade H2O Package and JVM to the latest or a specific bleeding edge version

Usage

1
install_h2o(h2o_ver = NULL, force = FALSE)

Arguments

h2o_ver

Specific a version number. If left empty (null), it will install the latest version.

Examples

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)

woobe/deepr documentation built on May 4, 2019, 9:47 a.m.