View source: R/bootstrap-deprecated.R
pageWithSidebar | R Documentation |
DEPRECATED: use fluidPage()
and sidebarLayout()
instead.
pageWithSidebar(headerPanel, sidebarPanel, mainPanel)
headerPanel |
The headerPanel with the application title |
sidebarPanel |
The sidebarPanel containing input controls |
mainPanel |
The mainPanel containing outputs |
A UI definition that can be passed to the shinyUI function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.