Learn R Programming

lareshiny (version 0.0.3)

custom_footer: 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"
)

Value

HTML string (tags$footer).

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.