View source: R/getGaugingDataW.R
getGaugingDataW | R Documentation |
Extract the daily mean water level data from
df.gauging_data
for specific gauging station and date.
getGaugingDataW(gauging_station, time, uuid)
gauging_station |
must be type |
time |
must be type |
uuid |
must be type |
This functions queries package-internal gauging data
(df.gauging_data
).
If gauging data exist for the specified gauging station and time, a
water level is returned. If no data exist, NA
is returned.
wsv_pegeldaten_2021hyd1d
getGaugingDataW(gauging_station = "DESSAU", time = as.Date("2016-12-21"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.