Nothing
#' 2012 US presidential election results
#'
#' Percentages for the four major candidates by state in the US 2012 presidential elections. It includes congressional districts
#' for Maine and Nebraska.
#'
#'
#' \itemize{
#' \item state. State in which poll was taken. `U.S` is for national polls.
#' \item electoral_votes. Electoral votes for that state.
#' \item obama. Percent obtained by Barack Obama.
#' \item romney. Percent obtained by Mitt Romney.
#' \item johnson. Percent obtained by Gary Johnson.
#' \item stein. Percent obtained by Jill Stein.
#' }
#
#' @docType data
#'
#' @usage results_us_election_2012
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#'
#' @source
#'
#' Wikepedia: \url{https://en.wikipedia.org/w/index.php?title=2012_United_States_presidential_election&oldid=1264588444}
#'
#'
#'
#'
#' @examples
#' head(results_us_election_2012)
"results_us_election_2012"
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.