do.call2 | R Documentation |
Filters the argument list to match the arguments in what and then calls do.call.
do.call2(what, args, quote = FALSE, envir = parent.frame())
what |
See do.call. |
args |
Argument list, gets filtered to match arguments of what. See do.call. |
quote |
See do.call. |
envir |
See do.call. |
See do.call.
do.call
do.call2(intersect, list(x = c(1, 2, 3), y = c(2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.