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