Adds a set of attributes, typically "Header.Meta" and "Col.Meta",
to a data.frame
, tibble
, soma_adat
or similar tabular object.
Existing attributes data
are not over-written.
Typically untouched are:
names
class
row.names
Arguments
- data
The receiving
data.frame
object for new attributes.- new.atts
A named
list
object containing new attributes to add to the existing ones.