R/remove_model_par.R
remove_model_par.Rd
This function removes inputs for the last parameter. This is a helper function called by the shiny app.
remove_model_par(values, output)
values | a shiny variable keeping track of UI elements |
---|---|
output | shiny output structure |
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