View source: R/createSidebarInputs.R
createSidebarInputs | R 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.
createSidebarInputs(sidebarName)
sidebarName |
- string - indicates which tab / sidebar to attribute inputs |
returns a shiny conditional Panel with appropriate UI objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.