titlePanel | R Documentation |
Used to embed the header within the body of the application
titlePanel(left = "Sample Tile", right = NULL, link = "#")
left |
The title text for the header |
right |
Content to include on the top right corner |
link |
Hyperlink to navigate when clicked |
An HTML containing elements to insert in a title
if (interactive()) {
titlePanel(
left = "Sample App Title",
right = shiny::div("Image/logo", shiny::icon("trash"))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.