View source: R/remove_model_flow.R
remove_model_flow | R Documentation |
This function removes inputs for the flows of a specified variable. This is a helper function called by the shiny app.
remove_model_flow(values, input, output)
values |
a shiny variable keeping track of UI elements |
input |
shiny input structure |
output |
shiny output structure |
This function is called by the Shiny server to produce the Shiny input UI elements for the build tab.
No direct return. output structure is modified to contain text for display in a Shiny UI
Andreas Handel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.