Learn R Programming

dostats (version 1.2.0)

make_call: Make a call with extra arguments incorporated into call.

Description

Usefull 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 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.