Description Usage Arguments Value Examples
Returns HHS regions given input of states HHS regions can be found here: https://www.hhs.gov/about/agencies/iea/regional-offices/index.html for legacy code reasons this function is called cdc_regions not hhs_regions
1 | cdc_region(state_abb, comb = FALSE)
|
state_abb |
character vector of state two letter codes |
comb |
logical–whether to combine regions 1, 2 3. |
character vector of hhs regions
1 2 | cdc_region(state_abb = datasets::state.abb)
cdc_region(state_abb = datasets::state.abb, comb = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.