make_call {dostats} | R Documentation |
Useful for using with plyr
functions
make_call(args, ..., what, quote = F, envir = parent.frame())
args |
a list of arguments |
... |
extra arguments to be incorporated into |
what |
the function to execute |
quote |
should the arguments be quoted |
envir |
the environment to call the function in |
do.call
which this function wraps.