See data-raw/zones_york.qmd for details on the data source.
Examples
head(zones_york)
#> Simple feature collection with 6 features and 13 fields
#> Geometry type: MULTIPOLYGON
#> Dimension: XY
#> Bounding box: xmin: -1.143303 ymin: 53.90614 xmax: -1.075275 ymax: 53.97628
#> Geodetic CRS: WGS 84
#> LSOA21CD LSOA21NM total f0_to_15 f16_to_29 f30_to_44 f45_to_64 f65_and_over
#> 1 E01013335 York 012A 1626 164 115 215 202 158
#> 2 E01013336 York 012B 1545 109 75 162 221 210
#> 3 E01013337 York 012C 1651 127 98 167 236 198
#> 4 E01013338 York 012D 2358 203 194 268 300 258
#> 5 E01013339 York 012E 1602 128 91 149 246 194
#> 6 E01013340 York 024A 1275 117 53 95 217 160
#> m0_to_15 m16_to_29 m30_to_44 m45_to_64 m65_and_over
#> 1 169 151 170 180 102
#> 2 138 108 143 215 164
#> 3 151 104 175 229 166
#> 4 250 186 236 291 172
#> 5 133 109 134 251 167
#> 6 129 100 71 188 145
#> geometry
#> 1 MULTIPOLYGON (((-1.128299 5...
#> 2 MULTIPOLYGON (((-1.123884 5...
#> 3 MULTIPOLYGON (((-1.133394 5...
#> 4 MULTIPOLYGON (((-1.122007 5...
#> 5 MULTIPOLYGON (((-1.11843 53...
#> 6 MULTIPOLYGON (((-1.087652 5...
sf:::plot.sfg(zones_york$geometry)