Skip to content
Prev 25808 / 398502 Next

problem with attr()

It's a bug in do_attr.  Although not documented, this looks for a partial
match as well as a full match.  *Unfortunately* if it finds two partial
matches (as in your example) it gives up and returns NULL.  That is
correct unless there is an exact match later ....

I am about to put a fix in R-patched.
On Wed, 27 Nov 2002, Gardar Johannesson wrote: