countiesall: Counties information from U.S. Census Bureau from 2022

countiesallR Documentation

Counties information from U.S. Census Bureau from 2022

Description

Names and FIPS codes for U.S. Counties/County equivalents. It has Puerto Rico but not American Samoa, Guam, Mariana Islands, and US Virgin Islands. "AS" "GU" "MP" "PR" "VI"

Format

A data.frame of 3221 U.S. Counties or County equivalents, with 5 variables.

> str(countiesall)
'data.frame': 3221 obs. of 5 variables:

  • $ ST : chr "AL" "AL" "AL" "AL" ...

  • $ FIPS.COUNTY: chr "01001" "01003" "01005" "01007" ...

  • $ countyname : chr "Autauga County" "Baldwin County" "Barbour County" "Bibb County" ...

  • $ statename : chr "Alabama" "Alabama" "Alabama" "Alabama" ...

  • $ fullname : chr "Autauga County, Alabama" "Baldwin County, Alabama" "Barbour County, Alabama" "Bibb County, Alabama" ...

> head(countiesall)

ST FIPS.COUNTY countyname statename fullname
1 AL 01001 Autauga County Alabama Autauga County, Alabama
2 AL 01003 Baldwin County Alabama Baldwin County, Alabama
3 AL 01005 Barbour County Alabama Barbour County, Alabama

Details

For how the 2022 version of proxistat::countiesall was created, see proxistat/inst/SCRIPT_make_countiesall_county_names.R

See Also

get.county.info from the ejanalysis package (http://ejanalysis.github.io/ejanalysis/), and maybe the acs package


ejanalysis/proxistat documentation built on April 2, 2024, 10:13 a.m.