pageWithSidebar: Create a page with a sidebar

View source: R/bootstrap-deprecated.R

pageWithSidebarR 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


rstudio/shiny documentation built on May 15, 2024, 10:33 a.m.