shiny (version 0.9.1)

headerPanel: Create a header panel

Description

Create a header panel containing an application title.

Usage

headerPanel(title, windowTitle = title)

Arguments

Value

A headerPanel that can be passed to pageWithSidebar

Examples

Run this code
headerPanel("Hello Shiny!")

Run the code above in your browser using DataCamp Workspace