Nothing
#' Serie de tiempo de precipitaciones anuales en Chile.
#' @description
#' Data contains annual precipitations in six cities in Chile (Santiago,
#' Talca, Chillan, Temuco, Valdivia, and Puerto Montt) at different years.
#' @usage
#' data(annualppCities2)
#' @format The dataframe contains three variables as follows:
#' \describe{
#' \item{ciudad}{Name of city.}
#' \item{anho}{Year of registry.}
#' \item{pp.anual}{Value of the annual precipitation of a given year (mm).}
#' }
#' @source
#' Los datos fueron obtenidos desde \url{https://explorador.cr2.cl/}.
#' @examples
#' data(annualppCities2)
#' head(annualppCities2)
'annualppCities2'
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.