[R] do.call, browser and traceback

hadley wickham h.wickham at gmail.com
Thu Feb 23 17:56:21 CET 2006


> If f is long then you can get some savings like this:
>
>   do.call("f", mtcars)  # note: used "f" rather than f
>

Unfortunately, my f is a character vector containing the function I
want to call.  Thanks for the idea though.

Hadley




More information about the R-help mailing list