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

View source: R/utils.R

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


dostats documentation built on May 11, 2022, 1:08 a.m.