Learn R Programming

housingData (version 0.3.0)

wikiCounty: County Wikipedia lookup table

Description

Table of links to wikipedia articles on U.S. counties. Adapted from table here: http://en.wikipedia.org/wiki/List_of_United_States_counties_and_county_equivalents.

Usage

wikiCounty

Arguments

Format

A data frame with 3143 rows and 5 columns.

Variables

  • fips: FIPS county code
  • county: county name
  • state: state abbreviation
  • pop2013: 2013 population (from wikipedia table)
  • href: web link to wikipedia page about the county

Examples

Run this code
head(wikiCounty)

Run the code above in your browser using DataLab