custom_footer | R Documentation |
This function personalizes your Shiny dashboard's footer with your company's name, link, help mail.
custom_footer(
company = "MyCoolCompany",
text = "ShinyDashboard",
site = "https://github.com/laresbernardo/lareshiny",
helpmail = "myemail@mydomain.com",
lang = "en"
)
company, text, site |
Character. Your company's name and URL and the project's name to show in footer. |
helpmail |
Character. Developers mail |
lang |
Character. Language for the text. |
HTML string (tags$footer).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.