Description Usage Details Value Examples
View source: R/get_geography_hierarchies.R
The following function takes no arguments other than the optional endpoint and sources available spatial hierarchies. The returned hierarchies correspond to the available best-fit geographies and can be used to aggregate data zone level data.
1 |
In practice, the function can be used to to inform arguments in
get_geography_data
.
A data frame containing list of available hierarchies.
1 2 3 4 5 6 7 | ## Not run:
head(get_available_hierarchies())
# hierarchy label
# 1 http://statistics.gov.scot/def/hierarchy/best-fit#health-board-area Best fit health board area
# 2 http://statistics.gov.scot/def/hierarchy/best-fit#council-area Best fit council area
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.