render_menu {semantic.dashboard} | R Documentation |
Create a menu output.
Description
Server-side function for dynamic sidebarMenu.
Usage
render_menu(expr, env = parent.frame(), quoted = FALSE)
renderMenu(expr, env = parent.frame(), quoted = FALSE)
Arguments
expr |
menu. |
env |
The environment in which to evaluate expr. |
quoted |
Is expr a quoted expression (with |
Value
A dynamic menu that can be assigned to output.
Functions
-
renderMenu
: Create a menu output (alias forrender_menu
for compatibility withshinydashboard
)
[Package semantic.dashboard version 0.2.1 Index]