#' Example dataframe for gghdr
#' @format This contains the 'Old Faithful Geyser' data used
#' in the examples in README and vignettes.
#'
#' The variables are as follows:
#'
#' \itemize{
#' \item eruptions. Eruption time in mins
#' \item waiting. Waiting time to next eruption in mins
#' }
#'
#' @keywords datasets
#' @name faithful
#' @usage data(faithful)
"faithful"
#' Example dataframe for gghdr
#' @format This contains the 'lane2' data from the 'hdrcde' package
#' and is used in the examples in README and vignettes.
#'
#' The variables are as follows:
#'
#' \itemize{
#' \item flow. a numeric vector giving the traffic flow in vehicles per
#' lane per hour
#' \item speed. a numeric vector giving he speed in miles per hour
#' }
#'
#' @keywords datasets
#' @name lane2
#' @usage data(lane2)
"lane2"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.