On 2/26/07, Thaden, John J <[EMAIL PROTECTED]> wrote: > I had written > > >> ...someattributes() does not seem to exist. > > And Haris Skiadas replied > > > My help shows it as "moreattributes", not > > "someattributes". (MacOSX), though doesn't > > sound like it should be platform-specific). > > Thanks for correcting me. Actually, my windows > R documentation says "mostattributes()", but it > makes no difference -- none of the three show > up as function names or R objects.
Try: ?"mostattributes<-" ______________________________________________ [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.
