group_recs | R Documentation |
Group ACS to Census Data into pre-defined commonly used groupings, stored in the file: inst/extdata/variables_groupings.
group_recs(tbl, this_group_name)
tbl |
A data frame of census or acs data |
this_group_name |
A character string that describes the grouping of the data. Should match the group_name in the variables_cats table |
a tibble of grouped ACS or Census estimates
Suzanne Childress
inc_poverty<-get_acs_recs(geography = 'county',
table.names = c('C17002'),
years=c(2019),
acs.type = 'acs5')
group_recs(inc_poverty, 'Poverty Group 100 Percent')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.