View source: R/shiny-modules.R
authDropdownUI | R Documentation |
Makes a dropdown row for use for authentication.
authDropdownUI(id, width = NULL, inColumns = FALSE)
id |
Shiny id. |
width |
The width of the input |
inColumns |
whether to wrap selectInputs in width=4 columns. Shiny Module for use with authDropdown. |
Shiny UI
Other Shiny modules:
accountPickerUI()
,
authDropdown()
,
metricDimensionSelectUI()
,
multi_select()
,
multi_selectUI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.