multidplyr (version 0.1.3)

default_cluster: Default cluster

Description

Setting up a cluster is relatively expensive, so it's best to use a single cluster throughout a session. This function lazily creates a 2-worker cluster for use in examples and test.

Usage

default_cluster(n = 2)

Value

A cached cluster of workers.

Arguments

n

Number of workers to use; defaults to 2 because this is the maximum allowed by CRAN.

Examples

Run this code
default_cluster()

Run the code above in your browser using DataLab