county_fips_codes | R Documentation |
A named list comprising four named vectors, each of which contains the FIPS codes (as 5-character strings) for the counties in one of the four primary geographic divisions of CMAP's travel model and socioeconomic forecasts: the 7-county CMAP region, as well as the external counties in Illinois, Indiana, and Wisconsin.
county_fips_codes
An object of class list
of length 5.
# 7-county CMAP region
county_fips_codes$cmap
# Travel model non-CMAP Illinois counties
county_fips_codes$xil
# Travel model Indiana counties
county_fips_codes$xin
# Travel model Wisconsin counties
county_fips_codes$xwi
# Chicago-Naperville-Elgin, IL-IN-WI MSA counties
county_fips_codes$msa
# Get the names of the CMAP counties
names(county_fips_codes$cmap)
# Get all travel model counties in a single vector
unlist(county_fips_codes[c("cmap", "xil", "xin", "xwi")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.