R/cars.R

#' car class and highway mileage
#'
#' A dataset containing car class and highway miles per gallon
#' 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"
bnorthrop/oneway documentation built on Oct. 23, 2020, 2:35 a.m.