pageWithSidebar: Create a page with a sidebar
Description
DEPRECATED: use fluidPage()
and sidebarLayout()
instead.
Usage
pageWithSidebar(headerPanel, sidebarPanel, mainPanel)
Value
A UI definition that can be passed to the shinyUI function
Arguments
- headerPanel
The headerPanel with the application title
- sidebarPanel
The sidebarPanel containing input controls
- mainPanel
The mainPanel containing outputs