census11_codes: 2011 census hierarchical geographies

Description Examples

Description

2011 census hierarchical geographies

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
  # Get all OA codes within the City of London
  ladcode = "E09000001" # City of London
  oacodes = getsubgeographies(ladcode, "OA11")
  # Get the OA polygons and draw them
  sdf = getspatialdata(oacodes, "Boundaries", "GeneralisedClipped")
  plot(sdf$geometry)

## End(Not run)

Robinlovelace/ukboundaries documentation built on May 28, 2019, 2:28 p.m.