R/generate_buildUI.R
generate_buildUI.RdThis function generates empty inputs or inputs for a supplied model. This is a helper function called by the shiny app.
generate_buildUI(mbmodel, output)
| mbmodel | a modelbuilder model structure |
|---|---|
| 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