Données - INSEE
François Geerolf
arrond2016 <- read_parquet("arrond2016.parquet")
arrond2016 |> select(1, 2, 3, 4, 9) %>% {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}