dispatch_strategy_hack: Hack to Automate Use of Strategy Name

View source: R/dispatch_strategy.R

dispatch_strategy_hackR 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 quosures object.

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.


heemod documentation built on July 26, 2023, 5:45 p.m.