Description Usage Arguments Value
View source: R/function_utils.r
A variant of do.call that ignores unused arguments
1 2 | do.call.ignore.unused.arguments(what, args, quote = FALSE,
envir = parent.frame())
|
what |
What to call (either a function or a character vector naming a function in
|
args |
The args for the call, these may include arguments not used by |
quote |
Whether to quote the arguments. |
envir |
The environment within which to evaluate the call. |
The result of the call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.