1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tweak_OP.R
\name{\%tweak\%}
\alias{\%tweak\%}
\title{Temporarily tweaks the arguments of the current strategy}
\usage{
fassignment \%tweak\% tweaks
}
\arguments{
\item{fassignment}{The future assignment, e.g.
\code{x \%<-\% \{ expr \}}.}
\item{tweaks}{A named list (or vector) with arguments that
should be changed relative to the current strategy.}
}
\description{
Temporarily tweaks the arguments of the current strategy
}
|