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