#' United States Presidental History
#'
#' Summary of the changes in the president and vice president for the United
#' States of America.
#'
#'
#' @name president
#' @docType data
#' @format A data frame with 67 observations on the following 5 variables.
#' \describe{
#' \item{potus}{President of the United States}
#' \item{party}{Political party of the president}
#' \item{start}{Start year}
#' \item{end}{End year}
#' \item{vpotus}{Vice President of the United States}
#' }
#' @source Presidents of the United States (table) -- infoplease.com (visited:
#' Nov 2nd, 2010)
#'
#' \url{https://www.infoplease.com/us/government/executive-branch/presidents} and
#' \url{https://www.infoplease.com/us/government/executive-branch/vice-presidents}
#' @keywords datasets
#' @examples
#'
#'
#' president
"president"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.