Learn R Programming

Rvoterdistance (version 1.1)

king_geo: Dataset of King County voters' lat/long

Description

Dataset of 5,000 randomly selected King County voters' lat/long, as of 2016

Usage

data(king_dbox)

Arguments

Format

A dataset of 5,000 rows and two columns:
Residence_Address_Longitude
Numeric vector, longitude coordinate of voter
Residence_Address_Latitude
Numeric vector, latitude coordinate of voter

References

King County, WA

Examples

Run this code
data(king_dbox)
str(king_geo)

Run the code above in your browser using DataLab