current_download: Download the latest data from Meteoclimatic

View source: R/current_download.R

current_downloadR Documentation

Download the latest data from Meteoclimatic

Description

current_download allows to download all the latest daily meteorological from the Meteoclimatic network.

Usage

current_download(id = "ESCAT080000000", save_excel = TRUE)

Arguments

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?

Value

A list with:

  • A data.frame containing georreferenced daily meteorological values for all the stations located in the requested id

See Also

historical_download

Examples

latest_data <- current_download(id = "ESCAT080000000", save_excel = FALSE)


lemuscanovas/meteoclimaticR documentation built on Dec. 22, 2024, 7:27 p.m.