Find all geographies that contain, or are contained by, a certain geography
Source:R/ods_find_lower_geographies.R
ods_find_lower_geographies.Rd
ods_find_lower_geographies
returns a dataset from statistics.gov.scot of all geographies which are contained by the geography provided
Arguments
- geography
string
. A valid geography unit from statistics.gov.scot.
Examples
ods_find_lower_geographies("S02001257")
#> # A tibble: 7 × 2
#> geography description
#> <chr> <chr>
#> 1 S01006625 2011 Data Zones
#> 2 S01006624 2011 Data Zones
#> 3 S01006630 2011 Data Zones
#> 4 S01006626 2011 Data Zones
#> 5 S01006627 2011 Data Zones
#> 6 S01006628 2011 Data Zones
#> 7 S01006629 2011 Data Zones