state_info.Rd
A dataset that links state (and Washington DC) names, FIPs codes, two-letter abbreviations (called "region" because this is what it is called in SafeGraph files that use it), and Census regions. Can be merged with fips_to_names
using state_fips
and statename
.
state_info
A data.table
with 51 rows and 4 variables:
The full name of the state / province
The broad Census regions
The state's two-digit abbreviation / the province's international alpha code
State FIPS code / Canadian SGC code
Indicator for US or Canada
This also includes Canadian data on provinces.
Note that this is a data set purely of Canadian provinces, US *states*, and DC. Some SafeGraph files contain information on region
values of GU
(Guam), PR
(Puerto Rico), etc., but those will be lost if merging with state_info
.