build_cluster: Build cluster to parallelize operations across nodes in...

View source: R/auxiliary.R

build_clusterR Documentation

Build cluster to parallelize operations across nodes in machine.

Description

[Stable]

This function builds the cluster and imports the necessary packages to run Geolift: augsynth, dplyr and tidyr.

Usage

build_cluster(parallel_setup, import_augsynth_from, import_tidyr_from)

Arguments

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.

Value

Cluster object that will parallelize operations.


facebookincubator/GeoLift documentation built on May 31, 2024, 10:09 a.m.