weather_variables {openmeteo} | R Documentation |
Retrieve valid hourly and daily weather variables
Description
weather_variables()
retrieves an incomplete list of hourly and daily
variables accepted by weather_forecast()
and weather_history()
, such as
temperature or precipitation.
Refer to the following documentation for the forecast and history API endpoints for detailed descriptions, units, and caveats:
Forecast API https://open-meteo.com/en/docs
Historical API https://open-meteo.com/en/docs/historical-weather-api
Usage
weather_variables()
Value
A list of valid hourly and daily weather variables
Examples
weather_variables()
[Package openmeteo version 0.2.4 Index]