Last data update: 14 sept. 2026, 23:56
Last compile: 16 sept. 2026, 20:58
variable_list_5_year_acs_2016 %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}variable_list_5_year_acs_2016 |>
group_by(concept) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}