View source: R/historical_download.R
historical_download | R Documentation |
historical_download
allows to download all the historical
daily Meteoclimatic database. Records starts in 2012.
historical_download(
id = "ESIBA",
dates = c("2021-05-16", "2021-07-15"),
months = c(1:12),
save_excel = TRUE
)
id |
character. Id of the CCAA, used by Meteoclimatic. Default "ESIBA" Balearic Islands. |
dates |
character. Starting and ending date. Alternatively, a unique date is also allowed. |
months |
numeric. Optional. Month subset Only applies for ranges of dates. |
save_excel |
logical. Save the downloaded database in an Excel file |
A list with:
A data.frame containing georreferenced daily meteorological values for all the stations located in the requested CCAA.
current_download
historical_data <- historical_download(id = "ESIBA",
dates = c("2021-05-16","2021-07-15"),
save_excel = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.