dispatch_strategy_hack {heemod} | R Documentation |
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)
Arguments
.dots |
A |
Details
The hack consists in replacing calls to
dispatch_strategy(...)
by
dispatch_strategy(.strategy = strategy, ...)
if
.strategy_name
is not already defined.
Value
A modified quosures
object.
[Package heemod version 1.1.0 Index]