Create a Sidebar Pane
Create a Sidebar Pane
sidebar_pane( title = "Sidebar Title", id = NULL, icon = icon("caret-right"), ... )
title |
A title for the sidebar panel |
id |
An id for the sidebar panel |
icon |
An icon for the sidebar panel |
... |
List of elements to include in the panel |
A shiny.tag
with sidebar-specific HTML classes
Other Sidebar Functions:
addSidebar()
,
closeSidebar()
,
openSidebar()
,
removeSidebar()
,
sidebar_tabs()
## Not run: library(shiny) sidebar_pane(id = "id", icon = icon("cars"), tags$div()) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.