powered by
Create a Sidebar
sidebar_tabs(id = "sidebar", iconList = NULL, ...)
The id of the sidebar, which must match the id of addSidebar. Default is "sidebar"
id
addSidebar
"sidebar"
A list of icons to be shown, when the sidebar is collapsed. The list is required and must match the amount of sidebar_pane.
sidebar_pane
The individual sidebar_pane.
A shiny.tag with individual sidebar panes
shiny.tag
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_pane()
addSidebar()
closeSidebar()
openSidebar()
removeSidebar()
sidebar_pane()
# NOT RUN { library(shiny) runApp(paste0(system.file("examples", package = "leaflet.extras2"), "/sidebar_app.R")) # }
Run the code above in your browser using DataLab