| matchCall2 | R Documentation |
quote and determine if call uses ...Minor cleaning up of the FUN and ... to be used subsequently. This does only very minor
things as it is run even if useCache = FALSE, i.e., even if the Cache is skipped.
matchCall2(definition, call, envir, envir2 = parent.frame(), FUN)
definition |
a function, by default the function from which
|
call |
an unevaluated call to the function specified by
|
envir |
an environment, from which the |
envir2 |
Environment. The environment where |
FUN |
Either a function (e.g., |
A named list with call (the original call, without quote),
FUNorig, the original value passed by user to FUN, and usesDots which
is a logical indicating whether the ... are used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.