Learn R Programming

climate (version 1.0.1)

clean_metadata_meteo: Meteorological metadata cleaning

Description

Internal function for meteorological metadata cleaning

Usage

clean_metadata_meteo(address, rank = "synop", interval = "hourly")

Arguments

address

URL address of the metadata file

rank

stations' rank

interval

temporal interval

Examples

Run this code
# NOT RUN {
  my_add = paste0("https://danepubliczne.imgw.pl/data/dane_pomiarowo_obserwacyjne/",
                  "dane_meteorologiczne/dobowe/synop/s_d_format.txt")
  climate:::clean_metadata_meteo(address = my_add, rank = "synop", interval = "hourly")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab