Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.