custHeaderPanel: Define a header panel with custom JS/CSS for a Shiny app

View source: R/shinyFunctions.R

custHeaderPanelR Documentation

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

Details

See the shiny vignette for example usage.

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.

Author(s)

Gabriel Becker and Jessica L. Larson

See Also

pageWithSidebar


JasonHackney/ReportingTools documentation built on Oct. 23, 2023, 9:24 p.m.