R/cars.R

#' Car class and highway mileage
#'
#' A dataset containing car class and highway miles per gallons for 38 popular
#' car models between 1999 and 2008
#'
#' @format A data frame with 234 rows and 3 variables:
#' \describe{
#'   \item{\code{hwy}}{integer. highway miles per gallon}
#'   \item{\code{class}}{character. car type}
#'   \item{\code{year}}{integer. year of manufacture}
#' }
"cars"
acolorado1/oneway documentation built on Oct. 28, 2020, 10:45 p.m.