UK_coords = loadCoordUK(unit = "country", year = "2020")
str(UK_coords)
# \donttest{
## Load subset
coords_uk <- loadCoordUK(unit = "county", unit_subset = "england", matchWith = "country")
coords_uk <- loadCoordUK(unit = "county", unit_subset = "hartlepool", matchWith = "county")
# }
Run the code above in your browser using DataLab