Description Usage Arguments Value Functions
View source: R/sidebar_menu_output.R
Server-side function for dynamic sidebarMenu.
1 2 3 | render_menu(expr, env = parent.frame(), quoted = FALSE)
renderMenu(expr, env = parent.frame(), quoted = FALSE)
|
expr |
menu. |
env |
The environment in which to evaluate expr. |
quoted |
Is expr a quoted expression (with |
A dynamic menu that can be assigned to output.
renderMenu
: Create a menu output (alias for render_menu
for compatibility with shinydashboard
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.