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