do_call: Variant of do call with that preserves argument names.

Description Usage Arguments Value

View source: R/utility.R

Description

Variant of do call with that preserves argument names.

Usage

1
do_call(.fn, .args = NULL, ..., .env = parent.frame())

Arguments

.fn

Function to call.

.args

List of arguments to .fn.

...

Further arguments to .fn.

.env

The environment where the call is to be evaluated.

Value

The effect of calling .fn with the supplied arguments in the specified environment.


JonasMoss/straussR documentation built on May 17, 2019, 7:02 p.m.