wikiCounty {housingData} | R Documentation |
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
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
head(wikiCounty)
[Package housingData version 0.3.0 Index]