View source: R/get_groundwater_data.R
get_groundwater_data | R Documentation |
wrapper function to scrape all available raw data, i.e. groundwater level and quality data and save in list
get_groundwater_data(
stations,
groundwater_options = get_groundwater_options(),
debug = TRUE,
stations_list = NULL
)
stations |
list as retrieved by |
groundwater_options |
as retrieved by |
debug |
print debug messages (default: TRUE) |
stations_list |
list of station metadata as returned by
|
list with elements "groundwater.level" and "groundwater.quality" data frames
## Not run:
stations <- wasserportal::get_stations()
gw_data_list <- get_groundwater_data(stations)
str(gw_data_list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.