attrs_order {autodb} | R Documentation |
Relational data attribute order
Description
Generic function, fetching attribute order for relational objects.
Usage
attrs_order(x, ...)
attrs_order(x, ...) <- value
Arguments
x |
an R object, such as a |
... |
further arguments passed on to methods. |
value |
A character vector of the same length as |
Details
All classes in autodb
contain an attrs_order
attribute. It
gives an easy way to find a list of all attributes/variables involved in an
object, but its main purpose is to also assign those attributes a consistent
order when printing or plotting the object.
Value
A character vector, giving attributes in the order in which they're
prioritised for sorting within x
.
[Package autodb version 3.0.0 Index]