Learn R Programming

UScensus2010 (version 0.11)

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 http://www.census.gov/tiger/tms/gazetteer/county2k.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