View source: R/wp_timeseries_data_to_list.R
wp_timeseries_data_to_list | R Documentation |
Wasserportal Time Series Data: download and Import in R List
wp_timeseries_data_to_list(
overview_list_names,
target_dir = tempdir(),
is_zipped = TRUE
)
overview_list_names |
names of elements in the list returned by
|
target_dir |
target directory for downloading data (default: tempdir()) |
is_zipped |
are the data to be downloaded zipped (default: TRUE) |
downloads (zipped) data from wasserportal
## Not run:
overview_list_names <- names(wasserportal::get_stations(type = "list"))
wp_timeseries_data_list <- wp_timeseries_data_to_list(overview_list_names)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.