Variable List - 5 Year ACS

Data - Census


Nobs

Code
variable_list_5_year_acs_2016 %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

concept

Code
variable_list_5_year_acs_2016 %>%
  group_by(concept) %>%
  summarise(Nobs = n()) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}