renderDropdownMenu {shinydashboard} | R Documentation |
Create a dropdown menu output (server side; deprecated)
Description
This is the server-side function for creating a dynamic dropdown menu.
Usage
renderDropdownMenu(expr, env = parent.frame(), quoted = FALSE)
Arguments
expr |
An expression that returns a Shiny tag object, |
env |
The parent environment for the reactive expression. By default,
this is the calling environment, the same as when defining an ordinary
non-reactive expression. If |
quoted |
If it is |
[Package shinydashboard version 0.7.3 Index]