#' President's party performance and unemployment rate
#'
#' Covers midterm elections.
#'
#' @name unemploy_pres
#' @docType data
#' @format A data frame with 29 observations on the following 5 variables.
#' \describe{
#' \item{year}{Year.}
#' \item{potus}{The president in office.}
#' \item{party}{President's party.}
#' \item{unemp}{Unemployment rate.}
#' \item{change}{Change in House seats for the president's party.}
#' }
#' @source Wikipedia.
#' @keywords datasets
#' @examples
#'
#' unemploy_pres
"unemploy_pres"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.