glm_variables: Get set of variables required for the GLM model

View source: R/glm_variables.R

glm_variablesR Documentation

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)

Arguments

product

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

time_step

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

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).

Examples

glm_variables(product = "ensemble_forecast", time_step = "hourly")


ropenmeteo documentation built on Sept. 11, 2024, 7:52 p.m.