custom_footer {lareshiny} | 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).