RegisteredVoters | R Documentation |
These are data from the Wake County Board of Elections. As so often happens, the web sites with the documentation and data are no longer current.
data("RegisteredVoters")
A data frame with 10,000 observations on the following 19 variables:
M = male, F = female, U = unknown
Political affiliation: DEM = Democratic, LIB = Libertarian, REP = Republican, UNA = Unaffiliated
age in years
race: A = Asian, B = black or African American, I = American Indian or Alaska Native, M = More than one race, O = Other, U = Undesignated, W = White
Unique serial number for each voter
Voter's last name
Voter's first name
Voter's middle name
Suffix, if any, on the voter's name
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Component of voter's mailing address
Status of the voter
For additional fields, see the original documentation at http://msweb03.co.wake.nc.us/bordelec/Waves/boedatadescription.pdf
The data file is publicly available from the Wake County (NC) Board of Elections. http://msweb03.co.wake.nc.us/bordelec/Waves/WavesDownload.asp. It's in a Windows self-extracting format. Prof. Shilad Sen of Macalester College (Saint Paul, MN) reformatted the data to accompany the DataComputing book.
The full data set, containing 583,092 records, is available at http://www.mosaic-web.org/go/Repository/DannyKaplan/WakeCountyBOE.Rdata You can access it by downloading the file, then loading it into your R session. The data frame is 'WakeCountyBOE'.
data(RegisteredVoters) str(RegisteredVoters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.