clusterExportSticky: Export globals to the sticky-globals environment of the cluster nodes
Description
Export globals to the sticky-globals environment of the cluster nodes
Usage
clusterExportSticky(cl, globals)
Arguments
globals
(list) A named list of sticky globals to be exported.
Value
(invisible; cluster) The cluster object.
Details
This requires that the future package is installed on the cluster
nodes.