Nothing
#' Time series of annual precipitations in cities of Chile.
#' @description
#' Data contains annual precipitations in six cities in Chile (Santiago,
#' Talca, Chillán, Temuco, Valdivia, and Puerto Montt) at different years.
#' @usage
#' data(annualppCities)
#' @format The dataframe contains three variables as follows:
#' \describe{
#' \item{city}{Name of city.}
#' \item{year}{Year of registry.}
#' \item{annual}{Value of the annual precipitation of a given year (mm).}
#' }
#' @source
#' The data were obtained from \url{https://explorador.cr2.cl/}.
#' @examples
#' data(annualppCities)
#' head(annualppCities)
'annualppCities'
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.