pub type Attributes = IndexMap<String, RValue>;Expand description
Attribute map — every R object can carry named attributes.
Uses IndexMap to preserve insertion order, matching R’s behavior where
attributes(x) returns attributes in the order they were set.
Aliased Type§
pub struct Attributes { /* private fields */ }