clean_metadata_meteo: Meteorological metadata cleaning

Description Usage Arguments Examples

View source: R/clean_metadata_meteo.R

Description

Internal function for meteorological metadata cleaning

Usage

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

Arguments

address

URL address of the metadata file

rank

stations' rank

interval

temporal interval

Examples

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")

imgw documentation built on March 26, 2020, 7:37 p.m.