futurize: Tweak a module to a future.

Description Usage Arguments Warning

View source: R/future.R

Description

Tweak a module to a future.

Usage

1
2
futurize(original_name, name = paste(original_name, "future", sep = "/"),
  dependencies = get_dependencies(original_name), strategy = NULL, ...)

Arguments

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.

...

Further arguments passed to get_provider.

Warning

This is an experimental feature subject to changes.


openscienceunil/modulr documentation built on May 3, 2019, 5:49 p.m.