View source: R/shinyFunctions.R
custHeaderPanel | R Documentation |
Defines a header panel which loades custom Javascript and CSS files.
custHeaderPanel(title, windowTitle = title, js = NULL, css = NULL)
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 |
See the shiny vignette for example usage.
The return value is not directly meaningful to the end user and is
intended to be passed into shiny layout functions such as pageWithSidebar
.
Gabriel Becker and Jessica L. Larson
pageWithSidebar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.