View source: R/addAttributes.R
addAttributes | R Documentation |
soma_adat
ObjectsAdds 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
addAttributes(data, new.atts)
data |
The receiving |
new.atts |
A named |
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.
Stu Field
attr()
, setdiff()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.