sidebarBottomPage: Create a page with a sidebar

Description Usage Arguments Examples

View source: R/shiny_layout.R

Description

This creates a page with a sidebar, where the sidebar moves to the bottom when the width goes below a particular value.

Usage

1
2
3
4
5
sidebarBottomPage(sidebarPanel, mainPanel, shiny_headers = TRUE)

sidebarBottomPanel(...)

mainTopPanel(...)

Arguments

sidebarPanel

The sidebarBottomPanel containing input controls.

mainPanel

The mainTopPanel containing the main content.

shiny_headers

Should Shiny headers be embedded in the page? This should be TRUE for interactive/dynamic pages, FALSE for static pages.

...

Additional tags.

Examples

1

rpruim/ggvis2 documentation built on May 28, 2019, 2:34 a.m.