%with% {where} | R Documentation |
Posterior variable declaration
expr %with% variables
expr |
expression to evaluate |
variables |
expression with variable assignments |
The value of the evaluated expression.
(a + b) %with% {
a = 1
b = 2
}