download_deposition {aire.zmvm}R Documentation

Download Acid Rain Measurements Archives

Description

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

## Not run: 
## Download rainfall in mm
df <- download_deposition(deposition = "HUMEDO", type = "CONCENTRACION") %>%
        filter(pollutant == "PP")
head(df)

## End(Not run)

[Package aire.zmvm version 0.9.0 Index]