structure {base} | R Documentation |
structure
returns the given object with its attributes set.
structure(data, ...)
data |
an object which will have various attributes attached to it. |
... |
attributes, specified in |
structure(1:6, dim = 2:3)