Skip to contents

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 relation_schema or database_schema object, or a relational data object, such as a relation or database object.

...

further arguments passed on to methods.

value

A character vector of the same length as attrs(x, ...).

Value

A list, containing a character vector for each element of x.