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

View source: R/utility.R

do_callR Documentation

Variant of do call with that preserves argument names.

Description

Variant of do call with that preserves argument names.

Usage

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.


publipha documentation built on April 4, 2023, 5:19 p.m.