Skip to content
Prev 86882 / 398506 Next

do.call, browser and traceback

If f is long then you can get some savings like this:

  do.call("f", mtcars)  # note: used "f" rather than f

This does not solve the whole problem but its a step.
On 2/20/06, hadley wickham <h.wickham at gmail.com> wrote: