check_ddhca_groups {tidycensus}R Documentation

Check to see if a given geography / population group combination is available in the Detailed DHC-A file.

Description

Check to see if a given geography / population group combination is available in the Detailed DHC-A file.

Usage

check_ddhca_groups(geography, pop_group, state = NULL, county = NULL)

Arguments

geography

The requested geography.

pop_group

The code representing the population group you'd like to check.

state

The state (optional)

county

The county (optional)


[Package tidycensus version 1.6.3 Index]