View source: R/current_download.R
current_download | R Documentation |
current_download
allows to download all the latest daily meteorological from the Meteoclimatic network.
current_download(id = "ESCAT080000000", save_excel = TRUE)
id |
character. Id of the CCAA, province or station, used by Meteoclimatic. Default: "ESCAT080000000". Province of Barcelona. |
save_excel |
logical. Do you want to save the downloaded data in an Excel file? |
A list with:
A data.frame containing georreferenced daily meteorological values for all the stations located in the requested id
historical_download
latest_data <- current_download(id = "ESCAT080000000", save_excel = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.