Skip to content
Prev 27740 / 63424 Next

Aliasing a function

formals can be used like this:

f <- g
formals(f) <- pairlist(a=1,b=2,c=3)
On Sat, Feb 23, 2008 at 5:40 PM, hadley wickham <h.wickham at gmail.com> wrote: