headerPanel: Create a header panel

Description Usage Arguments Value Examples

View source: R/bootstrap.R

Description

Create a header panel containing an application title.

Usage

1
headerPanel(title, windowTitle = title)

Arguments

title

An application title to display

windowTitle

The title that should be displayed by the browser window. Useful if title is not a string.

Value

A headerPanel that can be passed to pageWithSidebar

Examples

1
headerPanel("Hello Shiny!")

YTLogos/shiny documentation built on May 7, 2019, 10:38 a.m.