get_layer_from_attribute: Get layer from attribute
Description
Gets the geographic layer associated with the from_attribute at the level of
the indicated attributes.
Usage
get_layer_from_attribute(
db,
dimension = NULL,
attribute = NULL,
from_attribute = NULL
)
Value
A star_database object.
Arguments
- db
A star_database object.
- dimension
A string, dimension name.
- attribute
A string, attribute name.
- from_attribute
A string, attribute name.