#' @title cars dataset
#' @description Subset of mpg dataset from ggplot2 containing hwy class and year
#' @format A data frame with 234 rows and 3 variables:
#' \describe{
#' \item{\code{hwy}}{integer COLUMN_DESCRIPTION}
#' \item{\code{class}}{character COLUMN_DESCRIPTION}
#' \item{\code{year}}{integer COLUMN_DESCRIPTION}
#'}
#' @docType data
#' @keywords datasets
#' @name cars
#' @usage cars
#' @details DETAILS
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.