powered by
Create a Sidebar Pane
sidebar_pane( title = "Sidebar Title", id = NULL, icon = icon("caret-right"), ... )
A shiny.tag with sidebar-specific HTML classes
shiny.tag
A title for the sidebar panel
An id for the sidebar panel
An icon for the sidebar panel
List of elements to include in the panel
https://github.com/Turbo87/sidebar-v2, https://github.com/Turbo87/sidebar-v2/blob/master/doc/usage.md
Other Sidebar Functions: addSidebar(), closeSidebar(), openSidebar(), removeSidebar(), sidebar_tabs()
addSidebar()
closeSidebar()
openSidebar()
removeSidebar()
sidebar_tabs()
if (FALSE) { library(shiny) sidebar_pane(id = "id", icon = icon("cars"), tags$div()) }
Run the code above in your browser using DataLab