bquote_call: Treat call argument as bquoted-values.

View source: R/bquotefn.R

bquote_callR Documentation

Treat call argument as bquoted-values.

Description

Re-write call to evaluate expr with bquote .() substitution. Uses convetion that := is considered a alias for =. Including .(-x) promoting x's value from character to a name, which is called "quote negation" (hence the minus-sign).

Usage

bquote_call(call, env = parent.frame())

Arguments

call

result of match.call()

env

environment to perform lookups in.

Value

altered call

See Also

bquote_function, bquote_call_args


WinVector/wrapr documentation built on Aug. 29, 2023, 4:51 a.m.