sidebar_menu_output {semantic.dashboard} | R Documentation |
Create a sidebar menu output.
Description
UI-side function for dynamic sidebarMenu.
Usage
sidebar_menu_output(outputId)
sidebarMenuOutput(outputId)
Arguments
outputId |
Id of the output. |
Value
A sidebar menu that can be passed to dashboardSidebar
Functions
-
sidebarMenuOutput
: Create a sidebar menu output (alias forsidebar_menu_output
for compatibility withshinydashboard
)
[Package semantic.dashboard version 0.2.1 Index]