Skip to contents

ods_find_lower_geographies returns a dataset from statistics.gov.scot of all geographies which are contained by the geography provided

Usage

ods_find_lower_geographies(geography)

Arguments

geography

string. A valid geography unit from statistics.gov.scot.

Value

tibble.

Details

The geography parameter must be passed a valid geography unit.

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