View source: R/replext_helpers.R
getUIParams | R Documentation |
This function generates a dynamic user interface (UI) for the Shiny app based on the selected cell block. It creates a list of Shiny UI elements, such as numeric inputs and text inputs, tailored to the requirements of the chosen cell block.
getUIParams(cellBlock)
cellBlock |
A character string identifying the selected cell block. The function uses this parameter to determine which set of UI elements to generate. |
A list of Shiny UI elements specific to the selected cell block. These UI elements include numeric inputs, text inputs, and other relevant controls required to capture user inputs for simulation parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.