custHeaderPanel: Define a header panel with custom JS/CSS for a Shiny app
Description
Defines a header panel which loades custom Javascript and CSS files.
Usage
custHeaderPanel(title, windowTitle = title, js = NULL, css = NULL)
Arguments
title
Title of the shiny app
windowTitle
Title of the window for the shiny app
js
Custom javascript to be loaded in the app
css
Custom CSS to be loaded in the app
Value
The return value is not directly meaningful to the end user and is
intended to be passed into shiny layout functions such as pageWithSidebar
.
Details
See the shiny vignette for example usage.