do_call {publipha} | R Documentation |
Variant of do call with that preserves argument names.
do_call(.fn, .args = NULL, ..., .env = parent.frame())
.fn |
Function to call. |
.args |
List of arguments to |
... |
Further arguments to |
.env |
The environment where the call is to be evaluated. |
The effect of calling .fn
with the supplied arguments in the
specified environment.