View source: R/download_archives.R
download_deposition | R Documentation |
Download data on rainfall samples collected weekly during the rainy season, available at Depósito and Depósito
download_deposition(deposition, type)
deposition |
type of deposition to download
|
type |
type of ion measurement
|
A data.frame with deposition data.
## Not run:
## Download rainfall in mm
df <- download_deposition(deposition = "HUMEDO", type = "CONCENTRACION") %>%
filter(pollutant == "PP")
head(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.