R/ChicagoTaxi.R

#' Chicago taxi data
#'
#' @docType data
#'
#' @details This data measures the total trip time (in seconds), the cost of the ride (in dollars), and the payment method.
#'
#'
#' @usage data(ChicagoTaxi)
#'
#' @format The variables are
#'
#' - `Trip`: The total number of seconds the passenger is in the taxi.
#' - `Fare`: The total fare (measured in dollars)
#' - `Payment`: The payment method (cash or credit card)
#'
#'
#' @keywords datasets
#'
#' @source data.cityofchicago.org
#'
"ChicagoTaxi"
dtkaplan/sullystats6e documentation built on May 10, 2020, 1:47 a.m.