get_radolan_urls: Get URLs to Available Radolan Files on DWD Server

Description Usage Arguments Value

View source: R/get_radolan_urls.R

Description

Get URLs to Available Radolan Files on DWD Server

Usage

1
2
3
4
5
6
get_radolan_urls(
  date_start_daily = "2006-10-01",
  date_start_hourly = "2005-06-01",
  date_end_daily = lubridate::rollback(Sys.Date(), roll_to_first = TRUE),
  date_end_hourly = date_end_daily
)

Arguments

date_start_daily

date string (yyyy-mm-dd) of first day of daily records. Default: "2006-10-01"

date_start_hourly

date string (yyyy-mm-dd) of first day of hourly records. Default: "2005-06-01"

date_end_daily

date string (yyyy-mm-dd) of last day of daily records. Defaults to the first day of the current month.

date_end_hourly

date string (yyyy-mm-dd) of last day of hourly records. Defaults to date_end_daily.

Value

list with "daily_historical_urls" and "hourly_historical_urls"


KWB-R/fhpredict documentation built on Nov. 1, 2020, 5:58 a.m.