Learn R Programming

climate (version 1.0.1)

hydro_metadata_imgw: Hydrological metadata

Description

Downloading the description (metadata) to hydrological data available in the danepubliczne.imgw.pl repository. By default, the function returns a list or data frame for a selected subset

Usage

hydro_metadata_imgw(interval)

Arguments

interval

temporal resolution of the data ("daily" , "monthly", or "semiannual_and_annual")

Examples

Run this code
# NOT RUN {
  meta = climate:::hydro_metadata_imgw(interval = "daily")
  meta = climate:::hydro_metadata_imgw(interval = "monthly")
  meta = climate:::hydro_metadata_imgw(interval = "semiannual_and_annual")
# }

Run the code above in your browser using DataLab