Create a page with a sidebar — pageWithSidebar
v1.10.0|Source:
R/bootstrap-deprecated.R
Description
DEPRECATED: use fluidPage()
and sidebarLayout()
instead.
Arguments
- headerPanel
The headerPanel with the application title
- sidebarPanel
The sidebarPanel containing input controls
- mainPanel
The mainPanel containing outputs
Value
A UI definition that can be passed to the shinyUI function