Skip to content

Instantly share code, notes, and snippets.

View imartinezl's full-sized avatar
🎯
Focusing

Iñigo Martínez imartinezl

🎯
Focusing
View GitHub Profile
@imartinezl
imartinezl / eurostat_data.R
Created October 5, 2019 12:49
Eurostat data: density and fertility maps
# Geographical Data -------------------------------------------------------
library(dplyr)
# download geospatial data for NUTS-3 regions
euro_nuts3_sf <-
eurostat::get_eurostat_geospatial(output_class = 'sf', resolution = '60', nuts_level = 3) %>%
sf::st_transform(crs = 3035)