Description Usage Arguments Examples
View source: R/clean_metadata_meteo.R
Internal function for meteorological metadata cleaning
1 | clean_metadata_meteo(address, rank = "synop", interval = "hourly")
|
address |
URL address of the metadata file |
rank |
stations' rank |
interval |
temporal interval |
1 2 3 | my_add = paste0("https://dane.imgw.pl/data/dane_pomiarowo_obserwacyjne/",
"dane_meteorologiczne/dobowe/synop/s_d_format.txt")
clean_metadata_meteo(address = my_add, rank = "synop", interval = "hourly")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.