You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remotes::install_github("kwb-r/kwb.read@dev")
id <- "5865900"
kwb.read::get_wasserportal_variables(id)
>Wasserstand
> "w"
kwb.read::read_wasserportal(id)
>Reading 'Wasserstand' for station 5865900 (Allee_der_Kosmonauten) ... ok. (1.43s)
>Removing 1 elements that are empty or failed ... ok. (0.00s)
>No remaining data frames. Returning NULL.
The text was updated successfully, but these errors were encountered:
The problem is that the default date is "2019-01-01" and that currently only single values can be requested. The single values are not available for such a long period back in time.
The text was updated successfully, but these errors were encountered: