| make_call {dostats} | R Documentation | 
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
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  | 
See Also
do.call which this function wraps.
[Package dostats version 1.3.3 Index]