Skip to content
Prev 33678 / 63424 Next

more special completions

On 8/21/09, Vitalie S. <vitosmail at rambler.ru> wrote:
That sort of already happens (have you tried?), but instead of
print.data.frame, it gives you arguments of all print methods (only
for S3 generics though). Finding the right signature needs evaluation
of the right (usually first, but not necessarily) argument, which may
actually involve another function call. Inheritance makes things more
complicated. I'm not sure it's worth the overhead.

-Deepayan