Learn R Programming

autodb (version 2.3.1)

attrs: Relational data attributes

Description

Generic function, for fetching attribute sets for elements of a relational object.

Usage

attrs(x, ...)

attrs(x, ...) <- value

Value

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

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, ...).