# NOT RUN {
ire_lau <- gisco_get_communes(spatialtype = "LB", country = "Ireland")
library(ggplot2)
ggplot(ire_lau) +
geom_sf(shape = 21, col = "#009A44", size = 0.5) +
labs(
title = "Communes in Ireland",
subtitle = "Year 2016",
caption = gisco_attributions()
) +
theme_void() +
theme(text = element_text(
colour = "#009A44",
family = "serif", face = "bold"
))
# }
Run the code above in your browser using DataLab