R/add_model_var.R
add_model_var.Rd
This function adds inputs for a new variable. This is a helper function called by the shiny app.
add_model_var(values, output, input, newVarNumber)
values | a shiny variable keeping track of UI elements |
---|---|
output | shiny output structure |
input | shiny input structure |
newVarNumber | the variable number to be assigned |
No direct return. output structure is modified to contain text for display in a Shiny UI
This function is called by the Shiny server to produce the Shiny input UI elements for the build tab.
Andreas Handel