Description Usage Arguments Value
View source: R/get_radolan_urls.R
Get URLs to Available Radolan Files on DWD Server
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
)
|
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 |
list with "daily_historical_urls" and "hourly_historical_urls"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.