infoDoRNG | R Documentation |
infoDoRNG
returns information about the doRNG backend, e.g., version,
number of workers.
It is not meant to be called by the user.
infoDoRNG(data, item) doRNG(obj, ex, envir, data)
data |
configuration data of the doRNG backend |
item |
the data item requested, as a character string (e.g. 'name', 'workers', 'version') |
obj |
a foreach description of the loop arguments |
ex |
the lopp expression |
envir |
the loop's evaluation environment |
infoDoRNG
returns the requested info (usually as a character
string or a numeric value).
doRNG
: implements the generic reproducible foreach backend. It should
not be called directly by the user.
Renaud Gaujoux
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.