View source: R/download_archives.R
download_meteorological | R Documentation |
Download the files available at Meteorología
download_meteorological(year, progress = interactive())
year |
a numeric vector containing the years for which to download data (the earliest possible value is 1986) |
progress |
whether to display a progress bar (TRUE or FALSE). By default it will only display in an interactive session. |
a data.frame with meterological information: "RH","TMP","WDR","WSP","PBa"
## Not run:
head(download_meteorological(2017))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.