spark_apply_bundle
From sparklyr v1.0.5
by Javier Luraschi
Create Bundle for Spark Apply
Creates a bundle of packages for spark_apply()
.
Usage
spark_apply_bundle(packages = TRUE, base_path = getwd())
Arguments
- packages
List of packages to pack or
TRUE
to pack all.- base_path
Base path used to store the resulting bundle.
Community examples
Looks like there are no examples yet.