R/adapt_dwd.R
dwd_sea_warning_text.Rd
Fetch DWD sea warning text
dwd_sea_warning_text(safe = TRUE, refresh = FALSE)
Logical; if TRUE (default), apply rate-limiting and cache GET responses to tools::R_user_dir("bunddev", "cache").
TRUE
tools::R_user_dir("bunddev", "cache")
Logical; if TRUE, ignore cached responses and re-fetch from the API (default FALSE).
FALSE
A one-row tibble:
Sea warning text (character).
Retrieves sea warning text from the DWD App API. API documentation: https://dwd.api.bund.dev.
dwd_alpine_forecast_text() and dwd_avalanche_warnings().
dwd_alpine_forecast_text()
dwd_avalanche_warnings()
Other DWD: dwd_alpine_forecast_text(), dwd_avalanche_warnings(), dwd_coast_warnings(), dwd_crowd_reports(), dwd_municipality_warnings(), dwd_station_overview(), dwd_warnings_nowcast()
dwd_coast_warnings()
dwd_crowd_reports()
dwd_municipality_warnings()
dwd_station_overview()
dwd_warnings_nowcast()
if (FALSE) { # \dontrun{ dwd_sea_warning_text() } # }