Divisions - A88

Données - INSEE

Info

Last data update: 02 aoû 2026, 11:03. Last compile: 17 aoû 2026, 22:00

A17 VS A88

Code
i_g("bib/insee/produits-agregats.png")

A38 VS A88

Code
A38 %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

A88

Code
A88 %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

A129_A88_A38_A21_A10

Code
A129_A88_A38_A21_A10 |>
  select(1:5) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}