#' Nuclear Arms Reduction Survey
#'
#' A simple random sample of 1,028 US adults in March 2013 found that 56\%
#' support nuclear arms reduction.
#'
#'
#' @name nuclear_survey
#' @docType data
#' @format A data frame with 1028 observations on the following variable.
#' \describe{\item{arms_reduction}{Responses of \code{favor} or
#' \code{against}.} }
#' @source Gallup report: In U.S., 56 percent Favor U.S.-Russian Nuclear Arms Reductions.
#' Available at \url{https://news.gallup.com/poll/161198/favor-russian-nuclear-arms-reductions.aspx}.
#' @keywords datasets
#' @examples
#'
#' table(nuclear_survey)
"nuclear_survey"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.