Skip to contents

Wasserportal Time Series Data: download and Import in R List

Usage

wp_timeseries_data_to_list(
  overview_list_names,
  target_dir = tempdir(),
  is_zipped = TRUE
)

Arguments

overview_list_names

names of "overview_list" as retrieved by get_stations

target_dir

target directory for downloading data (default: tempdir())

is_zipped

are the data to be downloaded zipped (default: TRUE)

Value

downloads (zipped) data from wasserportal

Examples

if (FALSE) {
stations <- wasserportal::get_stations()
overview_list_names <- names(stations$overview_list)
wp_timeseries_data_list <- wp_timeseries_data_to_list(overview_list_names)
}