Code
variable_list_5_year_acs_2016 %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}Data - Census
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 .}