#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.