make_call: Make a call with extra arguments incorporated into call.
Description
Usefull for using with plyr functionsUsage
make_call(args, ..., what, quote = F,
envir = parent.frame())Arguments
...
extra arguments to be incorporated into args
what
the function to execute
quote
should the arguments be quoted
envir
the environment to call the function in
See Also
do.call which this function wraps.