Learn R Programming

UScensus2010 (version 0.20.0)

countyfips: County FIPS codes

Description

County names and FIPS codes for use in county

Usage

data(countyfips)

Arguments

Format

A data frame with 3143 observations on the following 4 variables.

fips

a character vector

countyname

a character vector

statename

a character vector

acronym

a character vector

Details

This file lists all counties and equivalent areas in the United States defined as of 2000. Built from https://www2.census.gov/programs-surveys/popest/technical-documentation/methodology/1990-2000/90s-fips.txt. This is primarily for use in county.

Examples

Run this code
# NOT RUN {
data(countyfips)
# }

Run the code above in your browser using DataLab