Learn R Programming

Rvoterdistance (version 1.1)

early_meck: Dataset of early vote locations

Description

Dataset of early vote locations in Mecklenburg County, North Carolina, as of 2016 general election.

Usage

data(meck_ev)

Arguments

Format

A dataset with 21 rows and five columns:
match_addr
Character vector
county
Character vector
office
Character vector
long
Numeric vector, longitude coordinate
lat
Numeric vector, latitude coordinate

References

Mecklenburg County, Loren Collingwood

Examples

Run this code
data(meck_ev)
str(early_meck)

Run the code above in your browser using DataLab