Create a header panel
DEPRECATED : use titlePanel()
instead.
headerPanel(title, windowTitle = title)
title
: An application title to displaywindowTitle
: The title that should be displayed by the browser window. Useful if title
is not a string.A headerPanel that can be passed to pageWithSidebar
Useful links