R/climate_full.R

#' Daily australia weather data on maximum/minimum temperature and precipitation
#'
#' Four year worth of daily climate variales recorded by Australia weather stations.
#'
#' @format A cubble object with 640 rows and 7 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{ts}{a list column that contains daily variables of maximum/minimum
#'   temperature and precipitation from 2016-01-01 to 2020-12-31}
#' }
#' @keywords datasets
"climate_full"
huizezhang-sherry/weatherdata documentation built on June 15, 2022, 6:40 p.m.