futurize | R Documentation |
Tweak a module to a future.
futurize(
original_name,
name = paste(original_name, "future", sep = "/"),
dependencies = get_dependencies(original_name),
strategy = NULL,
lazy = FALSE,
...
)
original_name |
A module name. |
name |
A new module name. |
dependencies |
A list of dependencies. |
strategy |
The evaluation function (or name of it) to use for resolving a future. If NULL, then the current strategy is returned. |
lazy |
Is the strategy lazy? |
... |
Further arguments passed to |
This is an experimental feature subject to changes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.