headerPanel

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.

Create a header panel

Value

A headerPanel that can be passed to pageWithSidebar

Description

Create a header panel containing an application title.

Examples

headerPanel("Hello Shiny!")
<div class="span12" style="padding: 10px 0px;"> <h1>Hello Shiny!</h1> </div>