| get_geoattributes | R Documentation |
For each dimension, get a list of available geoattributes.
get_geoattributes(db)
## S3 method for class 'star_database'
get_geoattributes(db)
db |
A |
A list of dimension geoattributes.
Other star database geographic attributes:
check_geoattribute_geometry(),
define_geoattribute(),
get_geoattribute_geometries(),
get_layer_geometry(),
get_point_geometry(),
summarize_layer()
db <- mrs_db |>
define_geoattribute(
dimension = "where",
attribute = "state",
from_layer = us_layer_state,
by = "STUSPS"
)
attributes <- db |>
get_geoattributes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.