dict_cbsa {totalcensus} | R Documentation |
List CBSA code of Metropolitan Statistical Area/Micropolitan Statistical Area
Description
This dataset contains Metropolitan Statistical Area/Micropolitan
Statistical Area CBSA code and title, plus associated metrodivision, CSA, state,
and county code. Search for CBSA with function search_cbsa
.
Usage
data("dict_cbsa")
Format
A data.table with 1882 rows and 12 variables:
- CBSA
CBSA code
- CBSA_title
CBSA title
- state_full
full name of the state. A cbsa could include multiple states
- county
county or county equivalent
- CSA
code of the CSA to which the CBSA belongs
- CSA_title
CSA title
- METDIV
metro division code
- METDIV_title
metro division title
- metro_micro
is the CBSA a metropolitan or a micropolitan statistic area
- STATE
FIPS of the state
- COUNTY
FIPS of the county
- central_outlying
is the counry a central or outlying county in the CBSA
Source
[Package totalcensus version 0.6.6 Index]