View source: R/dispatch_strategy.R
dispatch_strategy_hack | R Documentation |
This function is a hack to automate the definition of the
argument .strategy
in
dispatch_strategy()
.
dispatch_strategy_hack(.dots)
.dots |
A |
The hack consists in replacing calls to
dispatch_strategy(...)
by
dispatch_strategy(.strategy = strategy, ...)
if
.strategy_name
is not already defined.
A modified quosures
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.