custom_footer {lareshiny}R Documentation

Custom Footer: Customizes for Shiny's Footer

Description

This function personalizes your Shiny dashboard's footer with your company's name, link, help mail.

Usage

custom_footer(
  company = "MyCoolCompany",
  text = "ShinyDashboard",
  site = "https://github.com/laresbernardo/lareshiny",
  helpmail = "myemail@mydomain.com",
  lang = "en"
)

Arguments

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.

Value

HTML string (tags$footer).


[Package lareshiny version 0.0.3 Index]