Divisions - A88

Data - INSEE

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 .}