#' Breakfast Cereal Dataset
#'
#' A multivariate dataset describing seventy-seven commonly available breakfast cereals, based on the information now available on
the F&DA food label.
#'
#' @format ## `cereal`
#' a data frame with 77 rows and 16 columns:
#' \describe{
#' \item{name}{A character column.}
#' \item{mfr}{A character column.}
#' \item{type}{A character column.}
#' \item{calories}{A numeric column.}
#' \item{protein}{A numeric column.}
#' \item{fat}{A numeric column.}
#' \item{sodium}{A numeric column.}
#' \item{fiber}{A numeric column.}
#' \item{carbo}{A numeric column.}
#' \item{sugars}{A numeric column.}
#' \item{potass}{A numeric column.}
#' \item{vitamins}{A numeric column.}
#' \item{shelf}{A numeric column.}
#' \item{weight}{A numeric column.}
#' \item{cups}{A numeric column.}
#' \item{rating}{A numeric column.}
#\}
#' @source From the 1993 Statistical Graphics Exposition, 'Serial Correlation or Cereal Correlation ??'
#'
"cereal"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.