search for: atr1

Displaying 1 result from an estimated 1 matches for "atr1".

Did you mean: atl1
2011 Mar 01
1
getting attributes of list without the "names".
...ly affect the list structure. And even when I do: attributes(attributes(obj)[names(attributes(obj)) != "names"]) This will keep giving me a named list. Is there any way I can get the attributes() of a list without it reporting the names of a list as attributes? I.e it should hold that: atr1 <- attributes(list(foo="bar")); atr2 <- attributes(list()); identical(atr1,atr2); -- View this message in context: http://r.789695.n4.nabble.com/getting-attributes-of-list-without-the-names-tp3329209p3329209.html Sent from the R help mailing list archive at Nabble.com.