#' Station Data
#'
#' @format A tibble with 14 columns and 50 rows:
#' \describe{
#' \item{Station}{The station identifier (chr).}
#' \item{StartDate}{The date the data began being collected (date).}
#' \item{EndDate}{The date the data stopped being collected (date).}
#' \item{Frequency}{The frequency of the data collection (fctr).}
#' \item{Variable}{The type fo data being collected (fctr).}
#' \item{Units}{The units (chr).}
#' \item{LowerLimit}{The lower limit below which the data are erroneous (dbl).}
#' \item{UpperLimit}{The upper limit above which the data are erroneous (dbl).}
#' \item{Percent}{The percent difference above which two inconsistent values are considered questionable.}
#' \item{Absolute}{The absolute difference above which two inconsistent values are considered questionable.}
#' \item{StationCode}{An alternative station identitifier (chr).}
#' \item{Location}{The location of the station (chr).}
#' \item{Organization}{The organization that collected the data (chr).}
#' \item{StationID}{The organizational station identifier (chr).}
#' }
"station"
#' Surrogate Data
#'
#' @format A tibble with 3 columns and 3 rows:
#' \describe{
#' \item{Surrogate}{The identifier for the surrogate data (chr).}
#' \item{Station}{The station the surrogate data corresponds to (chr).}
#' \item{Organization}{The organization that collected the surrogate data (chr).}
#' }
"surrogate"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.