acs_age_groups.RdSingle canonical table for the 23 ACS B01001 age-sex groups. Each consumer (API variable mapping, single-year age range lookup, etc.) selects only the columns it needs.
acs_age_groups()Data frame with one row per age group and columns:
Age group label (e.g., "0-4", "5-9", ..., "85+")
Minimum single-year age in the group (inclusive)
Maximum single-year age in the group (inclusive; Inf for open-ended)
B01001 variable code for males (e.g., "B01001_003")
B01001 variable code for females (e.g., "B01001_027")
Replaces the old get_b01001_mapping(). The 23 group labels appear
in exactly one place.