dropdown_box_server | R Documentation |
The server component of the Shiny module for creating a single dropdown box.
dropdown_box_server(id)
id |
String. The input slot that will be used to access the value. |
A module server function that can be called in a reactive env.
dropdown_box_ui
for the UI.
inst/examples/ex-dropdown-box.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.