dispatch_strategy_hack: Hack to Automate Use of Strategy Name
Description
This function is a hack to automate the definition of the
argument .strategy
in
dispatch_strategy()
.
Usage
dispatch_strategy_hack(.dots)
Value
A modified quosures
object.
Arguments
- .dots
A quosures
object.
Details
The hack consists in replacing calls to
dispatch_strategy(...)
by
dispatch_strategy(.strategy = strategy, ...)
if
.strategy_name
is not already defined.