#' Annual Bow River Banff Flow Rate Extremes
#'
#' This historical flow rate extrema data was collected by the Government of Canada at station 05BB001, located on the Bow River near Banff, Alberta, Canada.
#'
#' @source <https://wateroffice.ec.gc.ca/report/historical_e.html?stn=05BB001&dataType=Annual+Extremes¶meterType=Flow&year=2018&mode=Table>, downloaded 2020-08-19
#' @format A data frame with columns:
#' \describe{
#' \item{station_id}{Unique ID of hydrometric station where flow data was collected.}
#' \item{year}{Year that flow rate was recorded.}
#' \item{extreme_type}{Indicates whether the given was for the maximum or minimum of that year.}
#' \item{month}{Month that flow rate was recorded.}
#' \item{day}{Day that flow rate was recorded}
#' \item{flow}{Extremum flow rate in m^3/s.}
#' \item{sym}{A: partial day, B: ice condtions, E: estimated, S: sample(s) collected this day, NA: no additional info}
#' }
#' @examples
#' flow_sample
#'
#' head(flow_sample)
#' summary(flow_sample)
"flow_sample"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.