#' Australia weather stations
#'
#' A meta data set with climate variables recorded by Australia weather stations.
#'
#' @format A data frame with 10,549 rows and 9 columns:
#' \describe{
#' \item{id}{station ID}
#' \item{long}{longitude of the station}
#' \item{lat}{latitude of the station}
#' \item{elev}{elevation of the station}
#' \item{name}{name of the station}
#' \item{wmo_id}{World Meteorological Organisation ID, if has}
#' \item{element}{variable recorded. Possible values include
#' "TMAX" for maximum temperature, "TMIN" for minimum temperature, "PRCP" for precipitation,
#' "DAPR" for number of days included in the multiday precipiation total (MDPR),
#' "DATN" for number of days included in the multiday minimum temperature (MDTN),
#' "DATX" for number of days included in the multiday maximum temperature (MDTX),
#' "DWPR" for number of days with non-zero precipitation included in multiday
#' precipitation total (MDPR), "MDPR" for multiday precipitation total,
#' "MDTN" for multiday minimum temperature, "MDTX" for multiday maximum temperature,
#' and "TAVG" for average temperature}
#' \item{first_year}{the first year the variable started to be recorded}
#' \item{last_year}{the last year the variable started to be recorded (till 2021)}
#' }
#' @source \url{https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd-stations.txt} \url{https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt}
#' @keywords datasets
"all_stations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.