| addAttributes {SomaDataIO} | R Documentation |
Add Attributes to soma_adat Objects
Description
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
Usage
addAttributes(data, new.atts)
Arguments
data |
The receiving |
new.atts |
A named |
Value
A data frame object corresponding to data but with the
attributes of new.atts grafted on to it.
Existing attribute names are not over-written.
Author(s)
Stu Field
See Also
[Package SomaDataIO version 6.1.0 Index]