download_deposition: Download Acid Rain Measurements Archives

Description Usage Arguments Value Examples

Description

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

Usage

1

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

1
2
3
4
5
6
7
## Not run: 
## Download rainfall in mm
df <- download_deposition(deposition = "HUMEDO", type = "CONCENTRACION") %>%
        filter(pollutant == "PP")
head(df)

## End(Not run)

aire.zmvm documentation built on May 2, 2019, 2:07 a.m.