app_header | R Documentation |
Shiny App Dashboard's Header Function
Functions that build the Shiny App's UI:
- 'app_ui': Main UI function
- 'app_header': wrapper around [shinydashboard::dashboardHeader()]
- 'app_sidebar': wrapper around [shinydashboard::dashboardSidebar()]
- 'app_body': wrapper around [shinydashboard::dashboardBody()]
Shiny App's User Interface Function.
app_header(title = "Loss Development", ...)
app_ui(request, ...)
title |
App title to be placed in the header, above the sidebar. |
... |
Arguments passed on to
|
request |
Internal parameter for 'shiny'. |
a [shinydashboard::dashboardHeader()]
The user interface definition, without modifications or side effects.
[shiny::shinyUI], [shinydashboard::dashboardPage()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.