# NOT RUN {
IT_coords = loadCoordIT(unit = "regione", year = "2020")
str(IT_coords)
library(tmap)
tm_shape(IT_coords) + tm_borders()
library(mapview)
mapview(IT_coords)
# }
# NOT RUN {
## Italy
IT_coords = loadCoordIT()
str(IT_coords)
library(tmap)
tm_shape(IT_coords) + tm_borders()
library(mapview)
mapview(IT_coords)
coords_it<- loadCoordIT(unit = "regione", unit_subset = c(5, 10), matchWith = "number")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab