View source: R/get_daily_surfacewater_data.R
get_daily_surfacewater_data | R Documentation |
Get Daily Surfacewater Data: wrapper to scrape daily surface water data
get_daily_surfacewater_data(
stations,
variables = get_surfacewater_variables(),
list2df = FALSE
)
stations |
stations as retrieved by by |
variables |
variables as retrieved by by |
list2df |
convert result list to data frame (default: FALSE) |
list or data frame with all available data from Wasserportal
## Not run:
stations <- wasserportal::get_stations()
variables <- wasserportal::get_surfacewater_variables()
variables
sw_data_daily <- wasserportal::get_daily_surfacewater_data(stations, variables)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.