shiny (version 1.3.2)

headerPanel: Create a header panel

Description

Create a header panel containing an application title.

Usage

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

Run this code
# NOT RUN {
headerPanel("Hello Shiny!")
# }

Run the code above in your browser using DataCamp Workspace