Skip to contents

Download data on rainfall samples collected weekly during the rainy season, available at Depósito and Depósito

Usage

download_deposition(deposition, type)

Arguments

deposition

type of deposition to download

  • TOTAL - Total deposition (1988-2000)

  • HUMEDO - Wet and dry deposition (1997-)

type

type of ion measurement

  • DEPOSITO - ion quantity deposition

  • CONCENTRACION - ion concentration

Value

A data.frame with deposition data.

Examples

if (FALSE) { # \dontrun{
## Download rainfall in mm
df <- download_deposition(deposition = "HUMEDO", type = "CONCENTRACION") %>%
        filter(pollutant == "PP")
head(df)
} # }