Create a page with a sidebar
DEPRECATED : use fluidPage()
and sidebarLayout()
instead.
pageWithSidebar(headerPanel, sidebarPanel, mainPanel)
headerPanel
: The headerPanel with the application titlesidebarPanel
: The sidebarPanel containing input controlsmainPanel
: The mainPanel containing outputsA UI definition that can be passed to the shinyUI function
Useful links