Get a NINA travel warning by content id
Value
A tibble with detailed warning content rows. Same column structure as
nina_warnings(): entry scalar fields (snake_case), plus content_id,
response_country, response_last_modified, last_modified_time, and
effective_time (POSIXct, Europe/Berlin).
See also
nina_warnings() for ids.
Other NINA:
nina_archive_mowas(),
nina_archive_mowas_mapping(),
nina_covid_infos(),
nina_covid_map(),
nina_covid_rules(),
nina_covid_ticker(),
nina_covid_ticker_message(),
nina_dashboard(),
nina_event_code(),
nina_event_codes(),
nina_faqs(),
nina_logo(),
nina_logos(),
nina_mapdata(),
nina_mowas_rss(),
nina_notfalltipps(),
nina_version(),
nina_warning_geojson(),
nina_warning_json(),
nina_warnings()
Examples
if (FALSE) { # \dontrun{
warnings <- nina_warnings()
nina_warning(warnings$content_id[[1]])
} # }