#' Random Weather Data
#'
#' A dataset containing randomly generated weather data.
#'
#' @format A data frame of 7 rows and 3 columns.
#'
#' \describe{
#' \item{Day}{Numeric values giving day of the week, 1 = Monday, 7 = Sunday}
#' \item{Temp}{Numeric values giving temperature of the day}
#' \item{Weather}{Numeric values giving weather situation of the day}
#' }
#'
#' @source Randomly generated data.
"weather"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.