File: sidebarBottomPage.Rd

package info (click to toggle)
r-cran-ggvis 0.4.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,716 kB
  • sloc: javascript: 7,373; sh: 25; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny_layout.R
\name{sidebarBottomPage}
\alias{sidebarBottomPage}
\alias{sidebarBottomPanel}
\alias{mainTopPanel}
\title{Create a page with a sidebar}
\usage{
sidebarBottomPage(sidebarPanel, mainPanel, shiny_headers = TRUE)

sidebarBottomPanel(...)

mainTopPanel(...)
}
\arguments{
\item{sidebarPanel}{The \code{\link{sidebarBottomPanel}} containing input
controls.}

\item{mainPanel}{The \code{\link{mainTopPanel}} containing the main content.}

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

\item{...}{Additional tags.}
}
\description{
This creates a page with a sidebar, where the sidebar moves to the bottom
when the width goes below a particular value.
}
\examples{
sidebarBottomPage(sidebarBottomPanel(), mainTopPanel())
}