pageWithSidebar {shiny} | R Documentation |
Create a page with a sidebar
Description
DEPRECATED: use fluidPage()
and sidebarLayout()
instead.
Usage
pageWithSidebar(headerPanel, sidebarPanel, mainPanel)
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
[Package shiny version 1.9.1 Index]