Description Usage Arguments Value Examples
View source: R/create_model_variables.R
Removes marked WESD values (as they are the only other variable we checked for) OUTLIER_FINAL is if the SNWD was an outlier Adds WESD, SNWD, PRCP, SNOW, TMIN, TMAX variables
1 | create_model_variables(data, complete = FALSE)
|
data |
a flagged dataset |
complete |
if true, uses complete.cases |
dataset with extra variables
1 2 | # UT <- create_flagged_dataset(get_weather_data("UT"))
# UT_model_variables <- create_model_variables(UT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.