View source: R/download_archives.R
download_radiation | R Documentation |
Download data on UVA and UVB from the pollution archives available at RadiaciĆ³n Solar (UVA) and RadiaciĆ³n Solar (UVB)
download_radiation(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 2000) |
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. The hours correspond to the Etc/GMT+6 timezone, with no daylight saving time
## Not run:
head(download_radiation("UVA", 2017))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.