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
|
type |
type of ion measurement
|
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 1.0.0 Index]