Data - Census
François Geerolf
inequality.county.acs5.2016 |> group_by(variable, variable.desc1) |> summarise(Nobs = n()) %>% {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}