grdc_readr: GRDC River Dataset Reader.

View source: R/grdc_readr.R

grdc_readrR Documentation

GRDC River Dataset Reader.

Description

GRDC River Dataset Reader.

Usage

grdc_readr(metadata, rivername, path)

Arguments

metadata

metadata "matrix" "array" ; Metadata of grdc dataset. Can be created by metadata_grdc function

rivername

character; Name of the demanded river. Must equal name in column "river" of metadata.

path

character; Pathway of your local computer where the GRDC dataset is saved.

Value

Function returns List. Each entry contains Discharge Measurements as well as the corresponding dates of the measurements at a specific station of the given river.

Examples


## Not run: 
mosel=grdc_readr(metadata,"MOSELLE RIVER","/Users/username/Desktop/folderone/datafolder/grdc_03_2021/grdc_disc/" )

## End(Not run)









maibrittbergh/dischanalyst documentation built on May 13, 2022, 1:52 a.m.