View source: R/eu_country_map.R
eu_country_map | R Documentation |
Country map.
eu_country_map(x, text_size = 1.5, label_fun = function(x) x)
eurostat::get_eurostat("ei_lmhu_m") |>
group_by(geo) |>
slice_max(time) |>
filter(indic == "LM-UN-M-TOT", s_adj == "SA") |>
select(geo, values) |>
eu_country_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.