do.call2 {toolbox} | 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)))