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


shiny documentation built on May 29, 2024, 8:47 a.m.