Skip to contents

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.

Examples

if (FALSE) { # \dontrun{
fetch_met_eireann_warnings()
} # }