#' Temperature Data from Sidney
#'
#' Data from what the average temperature was from 1995-2015
#'
#' @format A data frame with 20 rows and 3 columns
#' \describe{
#' \item{year}{year}
#' \item{avg_temp}{average temperature that year (degrees Fahrenheit)}
#' \item{temp_anomaly}{how different that year was from the average}
#' }
#'
"temp_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.