headerPanel
From shiny v0.12.2
by Winston Chang
Create a header panel
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
headerPanel("Hello Shiny!")
Community examples
Looks like there are no examples yet.