Description Usage Arguments Value Author(s) Examples
This is a version of match.call
which also includes default arguments.
1 2 3 4 5 6 | match.call.defaults(
definition = sys.function(sys.parent()),
call = sys.call(sys.parent()),
expand.dots = TRUE,
envir = parent.frame(2L)
)
|
definition |
a function, by default the function from which match.call is called. See details. |
call |
an unevaluated call to the function specified by definition, as generated by call. |
expand.dots |
ogical. Should arguments matching |
envir |
an environment, from which the |
An object of class call.
Neal Fultz
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.