.formalsNotInCurrentDots {reproducible} | R Documentation |
Identify which formals to a function are not in the current ...
Description
Advanced use.
Usage
.formalsNotInCurrentDots(fun, ..., dots, formalNames, signature = character())
Arguments
fun |
A function |
... |
The ... from inside a function. Will be ignored if |
dots |
Optional. If this is provided via say |
formalNames |
Optional character vector. If provided then it will override the |
Value
A list of the formals of the fun
that are missing from the ...
or dots
.
[Package reproducible version 2.1.2 Index]