get_layer_from_attribute {rolap} | R Documentation |
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
)
Arguments
db |
A |
dimension |
A string, dimension name. |
attribute |
A string, attribute name. |
from_attribute |
A string, attribute name. |
Value
A star_database
object.
[Package rolap version 2.5.1 Index]