dcaFooter | R Documentation |
Add footer to the bottom of dashboardSidebar
or dashboardBody
.
dcaFooter(message, media = NULL, height = "100px", ...)
message |
The main text section at the bottom of footer. |
media |
The top section for media links. Default to NULL. |
height |
The height of footer. Default to '100px'/ |
... |
List of tag attributes |
if (interactive()) { library(shinydashboard) dashboardBody( dcaFooter(" Copy right 2022", media = mediaButton("google", "https://google.com") ) ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.