get_geoattributes {rolap} | R Documentation |
Get geoattributes
Description
For each dimension, get a list of available geoattributes.
Usage
get_geoattributes(db)
## S3 method for class 'star_database'
get_geoattributes(db)
Arguments
db |
A |
Value
A list of dimension geoattributes.
See Also
Other star database geographic attributes:
check_geoattribute_geometry()
,
define_geoattribute()
,
get_geoattribute_geometries()
,
get_layer_geometry()
,
get_point_geometry()
,
summarize_layer()
Examples
db <- mrs_db |>
define_geoattribute(
dimension = "where",
attribute = "state",
from_layer = us_layer_state,
by = "STUSPS"
)
attributes <- db |>
get_geoattributes()
[Package rolap version 2.5.1 Index]