Description Usage Arguments Examples
View source: R/meteo_metadata.R
Downloading the description (metadata) to the meteorological data available in the danepubliczne repository.imgw.pl. By default, the function returns a list or data frame for a selected subset
1 | meteo_metadata(interval, rank)
|
interval |
temporal resolution of the data ("hourly", "daily", "monthly") |
rank |
rank of station ("synop", "climate", "precip") |
1 2 3 | meta <- meteo_metadata(interval = "hourly", rank = "synop")
meta <- meteo_metadata(interval = "daily", rank = "synop")
meta <- meteo_metadata(interval = "monthly", rank = "precip")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.