install_mleap: Install MLeap runtime

Description Usage Arguments Examples

View source: R/installers.R

Description

Install MLeap runtime

Usage

1
install_mleap(dir = NULL, version = NULL, use_temp_cache = TRUE)

Arguments

dir

(Optional) Directory to save the jars

version

Version of MLeap to install, defaults to the latest version tested with this package.

use_temp_cache

Whether to use a temporary Maven cache directory for downloading. Setting this to TRUE prevents Maven from creating a persistent .m2/ directory. Defaults to TRUE.

Examples

1
2
3
4
## Not run: 
install_mleap()

## End(Not run)

mleap documentation built on Jan. 28, 2021, 1:09 a.m.

Related to install_mleap in mleap...