render_menu {semantic.dashboard} | R Documentation |
Server-side function for dynamic sidebarMenu.
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
)