This is the server-side function for creating a dynamic dropdown menu.
1 | renderDropdownMenu(expr, env = parent.frame(), quoted = FALSE)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.