Loads and returns names, id, and coordinates for France statistical unit, to use with mapping functions and other "map" functions that accept an sf object.
a logical value indicating whether to use the cache
use_internet
a logical value indicating wheter the coordinates are downloaded from https://github.com/dataallaround/geospatial. If FALSE the maps downloaded during package installation will be used
# NOT RUN {# }# NOT RUN {FR_coords = loadCoordFR(unit = "region", year = "2020")
str(FR_coords)
library(tmap)
tm_shape(FR_coords) + tm_borders()
# }# NOT RUN {# }