define_geoattribute_from_layer {rolap} | R Documentation |
Define geoattribute from a layer
Description
Define geoattribute from a layer
Usage
define_geoattribute_from_layer(
db,
dimension = NULL,
attribute = NULL,
geoatt = NULL,
from_layer = NULL,
by = NULL
)
Arguments
db |
A |
dimension |
A string, dimension name. |
attribute |
A string, attribute name. |
geoatt |
A string, geoattribute name. |
from_layer |
A |
by |
a vector of correspondence of attributes of the dimension with the
|
Value
A star_database
object.
[Package rolap version 2.5.2 Index]