%tweak% {future}R Documentation

Temporarily tweaks the arguments of the current strategy

Description

Temporarily tweaks the arguments of the current strategy

Usage

fassignment %tweak% tweaks

Arguments

fassignment

The future assignment, e.g. x %<-% { expr }.

tweaks

A named list (or vector) with arguments that should be changed relative to the current strategy.


[Package future version 1.33.2 Index]