R/data.R

#' King County ballot drop box locations
#'
#' A data frame of ballot drop box locations in King County, Washington.
#'
#' @format A data frame with columns including `lat` and `long`.
#' @source King County Elections
"dbox"

#' King County voter sample with geocoded addresses
#'
#' A sample of geocoded voter records from King County, Washington,
#' including latitude and longitude of residential addresses.
#'
#' @format A data frame with columns including `Residence_Addresses_Latitude`
#'   and `Residence_Addresses_Longitude`.
#' @source King County voter file (anonymized sample)
"king_geo"

#' Mecklenburg County early voting locations
#'
#' A data frame of early voting locations in Mecklenburg County,
#' North Carolina.
#'
#' @format A data frame with columns including `lat` and `long`.
#' @source Mecklenburg County Board of Elections
"early_meck"

#' Mecklenburg County voter sample with geocoded addresses
#'
#' A sample of geocoded voter records from Mecklenburg County,
#' North Carolina, including latitude and longitude.
#'
#' @format A data frame with columns including `lat` and `long`.
#' @source Mecklenburg County voter file (anonymized sample)
"voter_meck"

Try the Rvoterdistance package in your browser

Any scripts or data that you put into this service are public.

Rvoterdistance documentation built on May 28, 2026, 1:06 a.m.