View source: R/sticky_globals.R
clusterExportSticky | R Documentation |
Export globals to the sticky-globals environment of the cluster nodes
clusterExportSticky(cl, globals)
cl |
(cluster) A cluster object as returned by
|
globals |
(list) A named list of sticky globals to be exported. |
This requires that the future package is installed on the cluster nodes.
(invisible; cluster) The cluster object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.