#' Measured snowfall from a blizzard in April 2018
#'
#' A dataset containing measured snowfall data from the Minneapolis St. Paul Area:
#'
#' \itemize{
#' \item date. Calendar day of year of measurement
#' \item time. Time measurement is made
#' \item station_id Shorthand name for station in CoCoRaHS network
#' \item station_name Name of station in CoCoRaHS network
#' \item snowfall total snowfall (inches)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name snowfall
#' @usage data(snowfall)
#' @format A data frame with 16 rows and 5 variables
#' @source The data were collected from Community Collaborative Rain Hail and Snow Network (CoCoRaHS). \url{https://www.cocorahs.org/ViewData/ListDailyPrecipReports.aspx}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.