Code
inequality.county.acs5.2016 |>
group_by(variable, variable.desc1) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}
Data - Census
Last data update: 05 sept. 2026, 01:32
Last compile: 05 sept. 2026, 01:33
inequality.county.acs5.2016 |>
group_by(variable, variable.desc1) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}