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
- type
type of ion measurement
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)
} # }