getUIParams: Generate UI Elements for Selected Cell Block

View source: R/replext_helpers.R

getUIParamsR Documentation

Generate UI Elements for Selected Cell Block

Description

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.

Usage

getUIParams(cellBlock)

Arguments

cellBlock

A character string identifying the selected cell block. The function uses this parameter to determine which set of UI elements to generate.

Value

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.


npboottprm documentation built on Sept. 13, 2024, 5:06 p.m.