get_level_geometries | R Documentation |
Gets the geometry types defined for a given level.
get_level_geometries(gd, level_name)
## S3 method for class 'geodimension'
get_level_geometries(gd, level_name = NULL)
gd |
A |
level_name |
A string. |
A vector of names.
geodimension
, geolevel
Other information gathering functions:
get_higher_level_names()
,
get_level_data_geo()
,
get_level_data()
,
get_level_layer()
,
get_level_names()
lg <- gd_us |>
get_level_geometries(level_name = "state")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.