ConstantFuture-class | R Documentation |
A constant future is a future whose expression is a constant and therefore by definition is already resolved upon creation.
ConstantFuture(..., globals = TRUE, envir = emptyenv())
... |
Additional named elements of the future. |
globals |
(optional) a logical, a character vector, or a named list
to control how globals are handled.
For details, see section 'Globals used by future expressions'
in the help for |
envir |
The environment from where global objects should be identified. |
ConstantFuture()
returns an object of class ConstantFuture
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.