fips_lookup {tpm} | R Documentation |
FIPS Codes
Description
This dataset provides a crosswalk between state names, postal codes, and FIPS codes. Used by the hpms() function. The variables are as follows:
Usage
fips_lookup
Format
A data frame with 56rows and 4 variables:
- State_Name
state name (e.g. 'Alabama')
- Postal_Code
two character state postal code (e.g. 'AL')
- FIPS_Code
Census Bureau FIPS Code (e.g. 1)
- STATE_NAME
capitalized state name (e.g. 'ALAMABA')
[Package tpm version 2.0.2 Index]