createSidebarInputs: Utility function to create Shiny UI inputs within the sidebar...

View source: R/createSidebarInputs.R

createSidebarInputsR Documentation

Utility function to create Shiny UI inputs within the sidebar panel for a sidebar name Requires specfic module format where inputs are a nammed list (Inputs) within the module script.

Description

Utility function to create Shiny UI inputs within the sidebar panel for a sidebar name Requires specfic module format where inputs are a nammed list (Inputs) within the module script.

Usage

createSidebarInputs(sidebarName)

Arguments

sidebarName

- string - indicates which tab / sidebar to attribute inputs

Value

returns a shiny conditional Panel with appropriate UI objects


cusom/CUSOM.ShinyHelpers documentation built on Oct. 23, 2023, 6:50 a.m.