# NOT RUN {
DE_coords = loadCoordDE(unit = "state")
str(DE_coords)
library(tmap)
tm_shape(DE_coords) + tm_borders()
# }
# NOT RUN {
## Load subset
coords_de <- loadCoordDE(unit = "district",
unit_subset = "bayern",
matchWith = "state")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab