#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.