registerCluster: registerCluster

Description Usage Arguments

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)


CG1122/purrrallel documentation built on May 28, 2019, 3:56 p.m.