powered by
Used to embed the header within the body of the application
titlePanel(left = "Sample Tile", right = NULL, link = "#")
An HTML containing elements to insert in a title
The title text for the header
Content to include on the top right corner
Hyperlink to navigate when clicked
if (interactive()) { titlePanel( left = "Sample App Title", right = shiny::div("Image/logo", shiny::icon("trash")) ) }
Run the code above in your browser using DataLab