headerPanel {shiny} | R Documentation |
Create a header panel
Description
DEPRECATED: use titlePanel()
instead.
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 |
Value
A headerPanel that can be passed to pageWithSidebar
[Package shiny version 1.9.1 Index]