Wasserportal Time Series Data: download and Import in R List
Source:R/wp_timeseries_data_to_list.R
wp_timeseries_data_to_list.Rd
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 elements in the list returned by
get_stations(type = "list")
- target_dir
target directory for downloading data (default: tempdir())
- is_zipped
are the data to be downloaded zipped (default: TRUE)
Examples
if (FALSE) { # \dontrun{
overview_list_names <- names(wasserportal::get_stations(type = "list"))
wp_timeseries_data_list <- wp_timeseries_data_to_list(overview_list_names)
} # }