hail_install {sparkhail} | R Documentation |
Install Hail and Datasets
Description
Install hail dependencies and datasets to run the examples in documentation.
To remove hail use hail_uninstall
.
Usage
hail_install(datasets_examples = TRUE, hail_path = "java_folder")
hail_uninstall()
Arguments
datasets_examples |
If TRUE, hail will be downloaded along with the datasets to run the examples. Use FALSE if you just want to install hail. |
hail_path |
A string with the path of the jar. Sparklyr extensions normally install the jars in the java folder, but you can select a different one. |
[Package sparkhail version 0.1.1 Index]