Learn R Programming

Rvoterdistance (version 1.1)

dbox: Dataset of drop box locations

Description

Dataset of drop box locations in King County, Washington, as of 2016 general election.

Usage

data(king_dbox)

Arguments

Format

A dataset with 43 rows and five columns:
location_name
Character vector
address_city
Character vector
state
Character vector
lat
Numeric vector, latitude coordinate
long
Numeric vector, longitude coordinate

References

King County, Washington

Examples

Run this code
data(king_dbox)
str(dbox)

Run the code above in your browser using DataLab