do_call {publipha} | R 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 |
... |
Further arguments to |
.env |
The environment where the call is to be evaluated. |
Value
The effect of calling .fn
with the supplied arguments in the
specified environment.
[Package publipha version 0.1.2 Index]