View source: R/get_surfacewater_quality.R
get_surfacewater_quality | R Documentation |
Get Surface Water Quality for One Monitoring Station
get_surfacewater_quality(station_id)
station_id |
id of surface water measurement station |
data frame with water quality data for one monitoring station
## Not run:
stations <- wasserportal::get_stations()
station_id <- stations$overview_list$surface_water.quality$Messstellennummer[1]
swq <- wasserportal::get_surfacewater_quality(station_id)
str(swq)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.