powered by
Select or discard attributes from an object.
attrs(x, atr = NULL, keep = TRUE)
The object to work on
An optional list of attributes which are either kept or removed. This parameter defaults to dim, dimnames, names, col.names, and row.names.
For keep = TRUE, atr is a positive list on attributes which are kept, for keep = FALSE, atr are removed.
x with selected attributes.