clusterExportSticky: Export globals to the sticky-globals environment of the...

Description Usage Arguments Details Value

View source: R/sticky_globals.R

Description

Export globals to the sticky-globals environment of the cluster nodes

Usage

1
clusterExportSticky(cl, globals)

Arguments

cl

(cluster) A cluster object as returned by parallel::makeCluster().

globals

(list) A named list of sticky globals to be exported.

Details

This requires that the future package is installed on the cluster nodes.

Value

(invisible; cluster) The cluster object.


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.