Skip to contents

Fetch DWD alpine forecast text

Usage

dwd_alpine_forecast_text(safe = TRUE, refresh = FALSE)

Arguments

safe

Logical; if TRUE (default), apply rate-limiting and cache GET responses to tools::R_user_dir("bunddev", "cache").

refresh

Logical; if TRUE, ignore cached responses and re-fetch from the API (default FALSE).

Value

A one-row tibble:

text

Alpine forecast text (character).

Details

Retrieves alpine forecast text from the DWD App API. API documentation: https://dwd.api.bund.dev.

Examples

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