attrs {autodb} | R Documentation |
Relational data attributes
Description
Generic function, for fetching attribute sets for elements of a relational object.
Usage
attrs(x, ...)
attrs(x, ...) <- value
Arguments
x |
a relational schema object, such as a |
... |
further arguments passed on to methods. |
value |
A character vector of the same length as |
Value
A list, containing a character vector for each element of x
.
[Package autodb version 3.0.0 Index]