new_cluster: Create a new cluster with sensible defaults.

View source: R/cluster.R

new_clusterR Documentation

Create a new cluster with sensible defaults.

Description

Clusters created with this function will automatically clean up after themselves.

Usage

new_cluster(n)

Arguments

n

Number of workers to create. Avoid setting this higher than the number of cores in your computer as it will degrade performance.

Value

A 'multidplyr_cluster' object.

Examples

cluster <- new_cluster(2)
cluster

hadley/multidplyr documentation built on Aug. 2, 2024, 10:23 a.m.