Learn R Programming

ropenmeteo (version 0.1.1)

glm_variables: Get set of variables required for the GLM model

Description

Get set of variables required for the GLM model

Usage

glm_variables(product, time_step)

Value

a vector of variables requires by the GLM model; the vector can be used in the variables argument in the API function calls (e.g., get_ensemble_forecast).

Arguments

product

api type: climate, forecast, ensemble_forecast, historical, seasonal_forecast

time_step

model and time-step: hourly, 6hour, daily

Examples

Run this code
glm_variables(product = "ensemble_forecast", time_step = "hourly")

Run the code above in your browser using DataLab