Description Usage Arguments Author(s)
App copyright info can be inserted into a footer in the dashboard body using
copyrightFooter
module.
1 2 3 4 5 6 7 8 | copyrightFooterUI(id)
copyrightFooter(input, output, session, cph = "Author Name",
year = format(Sys.time(), "%Y"))
sidebarFooterUI(id)
sidebarFooter(input, output, session, footer = NULL)
|
id |
An id string that corresponds with the id used to call the module's UI function. |
input |
shiny server input object |
output |
shiny server output object |
session |
shiny server session object |
cph |
Character string indicating the copyright holder name.
This is automatically generated from the |
year |
Character string indicating the copyright date. Defaults to the current year. |
footer |
Custom text to appear in footer above the 'SpaDES' and 'Appsilon' logos. |
Alex Chubaty
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.