Learn R Programming

wrapr (version 1.1.1)

beval: Evaluate an expression with (!!name) and := to = substitution (deprecated).

Description

Notation idea: https://github.com/hadley/dplyr/commit/8f03f835185370626a566e95d268623b20189e07. Note: "!!" is not a no-op, but is a sufficiently uncommon expression one can use it.

Usage

beval(...)

Arguments

...

expression or block to evaluate

See Also

let