%with% {where}R Documentation

Posterior variable declaration

Description

Posterior variable declaration

Usage

expr %with% variables

Arguments

expr

expression to evaluate

variables

expression with variable assignments

Value

The value of the evaluated expression.

Examples

  (a + b) %with% {
    a = 1
    b = 2
  }

[Package where version 1.0.0 Index]