On Tue, Aug 4, 2009 at 11:37 AM, Vitalie S.<[email protected]> wrote: > Dear UseRs, > > I declared a `$` method for a S4 class. Can I have ab automatic completion > for this operator in R? Lists and environment objects provide this feature > by default, but my object is an extension of "function" class which does not > have subseting defined. How to be?
Completion should be automatic if you define names() to return the valid names. -Deepayan ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

