View source: R/glm_variables.R
glm_variables | R Documentation |
Get set of variables required for the GLM model
glm_variables(product, time_step)
product |
api type: climate, forecast, ensemble_forecast, historical, seasonal_forecast |
time_step |
model and time-step: hourly, 6hour, daily |
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
).
glm_variables(product = "ensemble_forecast", time_step = "hourly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.