Description Usage Arguments Details Value Author(s) See Also
Package loaders for clusters.
1 2 | requireClusterPkgSet(packages)
requireClusterPkg(pkg, character.only)
|
packages |
character vector with the names of the packages to be loaded on the compute nodes. |
pkg |
name of a package given as a name or literal character string |
character.only |
a logical indicating whether ‘pkg’ can be assumed to be a character string |
requireClusterPkgSet
applies require
for a set of
packages on the cluster nodes.
requireClusterPkg
applies require
for *ONE* package on
the cluster nodes and accepts every argument taken by require
.
Logical.
Benilton S Carvalho
require
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.