cdc_region: HHS Regions

Description Usage Arguments Value Examples

View source: R/regions.R

Description

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

Usage

1
cdc_region(state_abb, comb = FALSE)

Arguments

state_abb

character vector of state two letter codes

comb

logical–whether to combine regions 1, 2 3.

Value

character vector of hhs regions

Examples

1
2
cdc_region(state_abb = datasets::state.abb)
cdc_region(state_abb = datasets::state.abb, comb = TRUE)

MartinHoldrege/turnr documentation built on May 16, 2020, 10:39 a.m.