dict_fips {totalcensus} | R Documentation |
List of FIPS code as of 2016 in the US
Description
This dataset contains a list of FIPS of states, counties,
county subdivisions, places, consolidated cities, and their names and summary
levels as well as full name and abbreviation of state. It does NOT contain
FIPS of many small areas. Search for FIPS with function
search_fips
.
Usage
data("dict_fips")
Format
A data.table with 43934 rows and 9 variables:
- state_full
full name of a state such as "Alabama"
- state_abbr
abbreviation of a state such as "AL"
- STATE
FIPS code of the state
- SUMLEV
summary level of the entry in the row
- COUNTY
FIPS code of county
- CUSUB
FIPS of COUnty SUBdivision
- PLACE
FIPS code of place
- CONCIT
FIPS code of CONsolidated CITy
- NAME
name of the entry in the row
Source
[Package totalcensus version 0.6.6 Index]