| footer_link | R Documentation |
footer() functionCreate a footer link for use in footer() function
footer_link(link, link_name = NULL)
link |
Character string containing either link text or url |
link_name |
Name of a link where a URL has been provided in link_text |
HTML tag list item
# Internal (i.e. within dashboard) link
shinyGovstyle:::footer_link("Cookie statement")
# Named internal link
shinyGovstyle:::footer_link("cookie_statement", "Cookies")
# External link
shinyGovstyle:::footer_link(
"https://www.gov.uk/government/organisations/government-digital-service",
"Government Digital Service"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.