#'Metadata for stations from the GHCN-D
#'
#'This is a slimmed down version of a data set by the same name found in
#'snowload2. It is included here because it is useful, and snowload2 in its
#'entirety is not available to the public.
#'
#'
#'@format A data frame with 69163 rows and 7 variables:
#'
#' \describe{ \item{ID}{Station id code, see
#' \url{https://www.ncei.noaa.gov/data/global-historical-climatology-network-daily/doc/GHCND_documentation.pdf}}
#' \item{LATITUDE}{The latitude of the station (in decimal degrees).}
#' \item{LONGITUDE}{The longitude of the station (in decimal degrees).}
#' \item{ELEVATION}{The elevation of the station (in meters).} \item{STATE}{The
#' U.S. postal code for the state (for U.S. stations only).} \item{NAME}{The
#' name of the station.} \item{COUNTY}{County where station is located.} }
#'
#'@source snowload2 package
#'
"ghcnd_stations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.