grdc_readr | R Documentation |
GRDC River Dataset Reader.
grdc_readr(metadata, rivername, path)
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. |
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.
## Not run: mosel=grdc_readr(metadata,"MOSELLE RIVER","/Users/username/Desktop/folderone/datafolder/grdc_03_2021/grdc_disc/" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.