R/data.R

#' Titanic.
#'
#' A subset of the titanic dataset which documented the fate of the passengers
#' of the Titanic.
#'
#' @format A data frame with four variables: \code{Class}, \code{Sex},
#'   \code{Age}, and \code{Survived}.
"titanic"

#' UK 2019 General Election.
#'
#' A subset of the data from the British Election Study about voting intention
#' in the 2019 General Election in the United Kingdom.
#'
#' @format A data frame with 4 variables: \code{vote15}, \code{vote17}, 
#' \code{vote19}, and \code{age}.
"election"
datasketch/DSAppTemplate documentation built on March 4, 2021, 12:49 a.m.