sidebarBottomPage | R Documentation |
This creates a page with a sidebar, where the sidebar moves to the bottom when the width goes below a particular value.
sidebarBottomPage(sidebarPanel, mainPanel, shiny_headers = TRUE)
sidebarBottomPanel(...)
mainTopPanel(...)
sidebarPanel |
The |
mainPanel |
The |
shiny_headers |
Should Shiny headers be embedded in the page? This should be TRUE for interactive/dynamic pages, FALSE for static pages. |
... |
Additional tags. |
sidebarBottomPage(sidebarBottomPanel(), mainTopPanel())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.