Fetches the latest marine forecast/warning text from Met Eireann's open data.
Returns NULL on any error (best-effort supplementary info).
Usage
fetch_met_eireann_warnings(timeout = 10)
Arguments
- timeout
Numeric request timeout in seconds (default 10).
Value
Character vector of warning lines, or NULL if unavailable.
See also
Other storm-alert:
beaufort_to_description(),
create_storm_alert_email(),
detect_storm_events(),
fetch_all_forecasts(),
fetch_all_marine_forecasts(),
fetch_open_meteo_forecast(),
fetch_open_meteo_marine(),
knots_to_beaufort(),
p_hmax_exceedance(),
send_storm_alert(),
summarise_forecast_rogue_risk()
Examples
if (FALSE) { # \dontrun{
fetch_met_eireann_warnings()
} # }