registerCluster: registerCluster

Description Usage Arguments

View source: R/util.R

Description

This function registers a cluster created by parallel::makeCluster() to be used to parallise the purrr mapping functions from the parallel package. See clusterApply for relevent documentation

Usage

1
registerCluster(cl = NULL, nblock = NULL)

Arguments

cl

a cluster created by parallel::makeCluster()

nblock

(optional) Number of blocks to carve data into (recommend to set same as ncore)


gowerc/purrrallel documentation built on Jan. 17, 2021, 10:43 p.m.