build_cluster | R Documentation |
This function builds the cluster and imports the necessary packages to run Geolift: augsynth, dplyr and tidyr.
build_cluster(parallel_setup, import_augsynth_from, import_tidyr_from)
parallel_setup |
A string indicating parallel workers set-up. Can be "sequential" or "parallel". |
import_augsynth_from |
Points to where the augsynth package should be imported from to send to the nodes. |
import_tidyr_from |
Points to where the tidyr package should be imported from to send to the nodes. |
Cluster object that will parallelize operations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.