Description Usage Arguments Value
View source: R/forecasting_helpers.R
Pull only model env variables.
1 | pull_model_envvars(env_data, quo_obsfield, env_var)
|
env_data |
Daily environmental data for the same groupfields and date
range as the epidemiological data. It may contain extra data (other
districts or date ranges). The data must be in long format (one row for each
date and environmental variable combination), and must start at absolutel
minimum |
quo_obsfield |
Quosure of user given field name of the environmental data variables. |
env_var |
Extract from report_settings$env_var, a user list of environmental variables to attempt to use for modeling |
List of environmental variables that were used in the modeling (had to be both listed in model variables input file and present the env_data dataset).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.