App copyright info can be inserted into a footer in the dashboard body using copyrightFooter module.

copyrightFooterUI(id)

copyrightFooter(input, output, session, cph = "Author Name",
  year = format(Sys.time(), "%Y"))

sidebarFooterUI(id)

sidebarFooter(input, output, session, footer = NULL)

Arguments

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 copyright item in the app metadata sued my newApp.

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.