countiesall | R Documentation |
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"
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
For how the 2022 version of proxistat::countiesall was created, see proxistat/inst/SCRIPT_make_countiesall_county_names.R
get.county.info
from the ejanalysis package (http://ejanalysis.github.io/ejanalysis/),
and maybe the acs package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.