titlePanel: Create a panel containing an application title.

Description Usage Arguments Details Examples

Description

Create a panel containing an application title.

Usage

1
titlePanel(title, windowTitle = title)

Arguments

title

An application title to display

windowTitle

The title that should be displayed by the browser window.

Details

Calling this function has the side effect of including a title tag within the head. You can also specify a page title explicitly using the 'title' parameter of the top-level page function.

Examples

1
titlePanel("Hello Shiny!")

rstudio/shinybootstrap2 documentation built on May 28, 2019, 7:54 a.m.