eu_country_map: eu_country_map

View source: R/eu_country_map.R

eu_country_mapR Documentation

eu_country_map

Description

Country map.

Usage

eu_country_map(x, text_size = 1.5, label_fun = function(x) x)

Examples

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()


MarcellGranat/granatlib documentation built on July 9, 2023, 6:08 a.m.