Learn R Programming

openmeteo (version 0.2.4)

weather_variables: 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()

Arguments

Value

A list of valid hourly and daily weather variables

Examples

Run this code
# \donttest{
weather_variables()
# }

Run the code above in your browser using DataLab