Nothing
#' Example voter file.
#'
#' An example dataset containing voter file information.
#'
#' @format A data frame with 10 rows and 12 variables:
#' \describe{
#' \item{VoterID}{Voter identifier (numeric)}
#' \item{surname}{Surname}
#' \item{state}{State of residence}
#' \item{CD}{Congressional district}
#' \item{county}{Census county (three-digit code)}
#' \item{first}{First name}
#' \item{last}{Last name or surname}
#' \item{tract}{Census tract (six-digit code)}
#' \item{block}{Census block (four-digit code)}
#' \item{precinct}{Voting precinct}
#' \item{place}{Voting place}
#' \item{age}{Age in years}
#' \item{sex}{0=male, 1=female}
#' \item{party}{Party registration (character)}
#' \item{PID}{Party registration (numeric)}
#' #' }
#' @docType data
#' @keywords datasets
#' @name voters
#' @examples
#' data(voters)
"voters"
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.