Learn R Programming

wrapr (version 1.9.6)

bquote_call: Treat ... call argument as bquoted-values.

Description

bquote_call re-writes calls.

Usage

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

Arguments

call

result of match.call()

env

environment to perform lookups in.

Value

altered call

Details

Note: eagerly evalutes argument and writes them into the function's executing environment.

See Also

bquote_function, bquote_call_args