View source: R/download_archives.R
download_24hr_average | R Documentation |
Data comes from Promedios de 24 horas de partÃculas suspendidas(PM10 Y PM2.5) and Promedios de 24 horas de Dióxido azufre
download_24hr_average(type, year, progress = interactive())
type |
type of data to download.
|
year |
a numeric vector containing the years for which to download data (the earliest possible value is 1986 for SO2 and 1995 for PS) |
progress |
whether to display a progress bar (TRUE or FALSE). By default it will only display in an interactive session. |
A data.frame with pollution data.
## Not run:
head(download_24hr_average("PS", 2017))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.