View source: R/get_surfacewater_qualities.R
| get_surfacewater_qualities | R Documentation | 
Get Surface Water Quality for Multiple Monitoring Stations
get_surfacewater_qualities(station_ids, dbg = TRUE)
station_ids | 
 vector with ids of multiple (or one) monitoring stations  | 
dbg | 
 print debug messages (default: TRUE)  | 
data frame with water quality data for multiple monitoring stations
## Not run: 
stations <- wasserportal::get_stations()
station_ids <- stations$overview_list$surface_water.quality$Messstellennummer
swq <- wasserportal::get_surfacewater_qualities(station_ids)
str(swq)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.