R/sticky_globals.R
clusterExportSticky.Rd
Export globals to the sticky-globals environment of the cluster nodes
clusterExportSticky(cl, globals)
(cluster) A cluster object as returned by
parallel::makeCluster()
.
(list) A named list of sticky globals to be exported.
(invisible; cluster) The cluster object.
This requires that the future package is installed on the cluster nodes.