Skip to contents

County groupings are derived from CCHMC operational definitions

Usage

county_hlthvoh_2010

Format

A simple features data frame with 8 rows and 6 columns:

county_name

County Name

county_id

County ID

state_name

State Name

state_id

State ID

geoid

GEOID (state_id + county_id)

geometry

simple features geometry column

Source

see data-raw/data.R for county FIPS listed for each grouping

Examples

tmap::tm_shape(county_hlthvoh_2010) +
  tmap::tm_polygons(col = "county_name",
                    legend.show = FALSE) +
  tmap::tm_text(text = "county_name")